London life expectancy

196
0
Updated:
Files:3
Size:127 kB
Formats:csv
License:OGL

This dataset was scraped from London data website. Life expectancy at birth and age 65 by sex. Data for 2000-2002 to 2008-2010 revised on 24 July 2013. Local authorities based on boundaries as of 2010...

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-life-expectancy/
https://datahub.io/core/london-life-expectancy/_r/-/README.md
https://datahub.io/core/london-life-expectancy/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-life-expectancy/_r/-/data/female-life-expectancy.csv
https://datahub.io/core/london-life-expectancy/_r/-/data/life-expectancy-at-65.csv
https://datahub.io/core/london-life-expectancy/_r/-/data/male-life-expectancy.csv
https://datahub.io/core/london-life-expectancy/_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-life-expectancy/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/london-life-expectancy/_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

male-life-expectancy

Download

Download CSV

About

Last updated
5 March 2026
Total rows
...
Format
CSV
File size
56.9 kB

female-life-expectancy

Download

Download CSV

About

Last updated
5 March 2026
Total rows
...
Format
CSV
File size
56.9 kB

life-expectancy-at-65

Download

Download CSV

About

Last updated
5 March 2026
Total rows
...
Format
CSV
File size
13.4 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-04

  • Re-ran scripts/london-life-expectancy.py and verified the existing pipeline still executes against the London Datastore XLS endpoint.
  • Added first GitHub Actions automation workflow at .github/workflows/actions.yml with:
    • monthly schedule,
    • manual workflow_dispatch,
    • contents: write permissions,
    • commit-if-changed behavior for data/ and datapackage.json.
  • The current script source remains limited to 2016-2018 content from the legacy London Datastore file.
  • Freshness beyond 2016-2018 requires migration to newer ONS successor datasets (latest coverage: 2022-2024), which use a different publication path than the legacy URL in the script.