London home affordability

187
0
Updated:
Files:1
Size:38.5 kB
Formats:csv

London Median Housing Affordability Dataset for DataHub Data was downloaded from https://www.gov.uk/government/statistics/house-price-indexes-for-england-and-wales-quarterly-data-2016-to-present an...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/london-median-housing-affordability/
https://datahub.io/core/london-median-housing-affordability/_r/-/.gitignore
https://datahub.io/core/london-median-housing-affordability/_r/-/README.md
https://datahub.io/core/london-median-housing-affordability/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-median-housing-affordability/_r/-/data/london-home-price-index.csv
https://datahub.io/core/london-median-housing-affordability/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/london-median-housing-affordability/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/london-median-housing-affordability/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Files

Explore with AI

london-home-index

Download

Download CSV

About

Last updated
1 May 2026
Total rows
...
Format
CSV
File size
38.5 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-04

  • Re-ran scripts/home_affordability.py to verify the updater still executes against the current London Datastore XLSX endpoint.
  • Local output already matched current year coverage (through 2024), so no data file changes were produced in this run.
  • Updated GitHub Actions workflow at .github/workflows/actions.yml to improve automation reliability:
    • removed push/PR triggers and kept scheduled/manual execution,
    • added explicit permissions: contents: write,
    • upgraded to actions/checkout@v4 and actions/setup-python@v5,
    • simplified dependency/script steps to run without per-job virtualenv shell activation.
  • Upstream annual 2025 figures are expected in March 2026; this workflow now keeps the repository ready for that release cadence.