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-gva/
https://datahub.io/core/london-gva/_r/-/README.md
https://datahub.io/core/london-gva/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/london-gva/_r/-/data/gva.csv
https://datahub.io/core/london-gva/_r/-/datapackage.json
https://datahub.io/core/london-gva/_r/-/london-gva.py
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-gva/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/london-gva/_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
gva
Loading data...
Schema
| name | type | format |
|---|---|---|
| NUTS level | string | default |
| NUTS code | string | default |
| Region name | string | default |
| Year | any | default |
| Value | any | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
gva | 33.8 kB | 3 months ago | gva |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 33.8 kB | csv | about 2 months ago |
Update Script Maintenance Report
Date: 2026-03-04
- Re-ran
london-gva.pyto verify the pipeline still executes and reproduces current published output. - Fixed Python string comparison warning in
filter_gva(!=instead of identity comparison). - Added first GitHub Actions automation workflow at
.github/workflows/actions.ymlwith:- monthly schedule,
- manual
workflow_dispatch, contents: writepermissions,- commit-if-changed behavior for
data/gva.csvanddatapackage.json.
- Current upstream London Datastore source remains capped at 1997-2014 in NUTS geography; a substantive freshness upgrade requires migration to newer ONS ITL-based releases.