London population

287
0
Updated:
Files:2
Size:2 kB
Formats:csv
License:OGL

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 Files

Explore with AI

london-population-history

Download

Download CSV

About

Last updated
9 February 2026
Total rows
...
Format
CSV
File size
1.06 kB

london-population-projection

Download

Download CSV

About

Last updated
9 February 2026
Total rows
...
Format
CSV
File size
949 B

About this dataset

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.