Updated

Update Script Maintenance Report

This dataset was scraped from LondonData website. - The data is given inside the data folder in population.csv file. The file consists of two columns year with rows 1962-2015 and value with populatio...

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-population/
https://datahub.io/core/london-population/_r/-/.gitignore
https://datahub.io/core/london-population/_r/-/README.md
https://datahub.io/core/london-population/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-population/_r/-/data/london-population-history.csv
https://datahub.io/core/london-population/_r/-/data/london-population-projection.csv
https://datahub.io/core/london-population/_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-population/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/london-population/_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 Previews

london-population-history

Loading data...

Schema

nametypeformat
Yearanydefault
Valueanydefault

london-population-projection

Loading data...

Schema

nametypeformat
Yearanydefault
Valueanydefault

Data Files

FileDescriptionSizeLast modifiedDownload
london-population-history
1.06 kB3 months ago
london-population-history
london-population-projection
949 B3 months ago
london-population-projection
FilesSizeFormatCreatedUpdatedLicenseSource
22 kBcsvabout 2 months agoOpen Government Licence

Update Script Maintenance Report

Date: 2026-03-04

  • Verified that scripts/population.py currently fails while loading the projection source URL (central_trend_2016_base.xlsx) with HTTP 403 from data.london.gov.uk.
  • Confirmed the historical ONS totals source in the same script remains reachable, but the projection source endpoint is blocked/retired for non-browser automated fetches.
  • Added first GitHub Actions workflow at .github/workflows/actions.yml with schedule + manual dispatch and write permissions.
  • No dataset file refresh was committed in this pass because upstream projection fetch is currently unavailable to the existing pipeline.