API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
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.json— metadata & schema
https://datahub.io/core/london-median-housing-affordability/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/london-median-housing-affordability/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
london-home-index
Loading data...
Schema
| name | type | format |
|---|---|---|
| New Code | any | default |
| Old Code | any | default |
| Area | any | default |
| Year | any | default |
| Value | any | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
london-home-index | 36.9 kB | 3 months ago | london-home-index |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 36.9 kB | csv | about 2 months ago |
Update Script Maintenance Report
Date: 2026-03-04
- Re-ran
scripts/home_affordability.pyto 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.ymlto improve automation reliability:- removed push/PR triggers and kept scheduled/manual execution,
- added explicit
permissions: contents: write, - upgraded to
actions/checkout@v4andactions/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.