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/population-growth-estimates-and-projections/
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/datapackage.json
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/flow.yaml
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/README.md
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-constant-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-constant-mortality.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-estimates.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-high-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-instant-replacement.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-low-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-medium-fertility.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-momentum.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-no-change.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/data/population-zero-migration.csv
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/datapackage.json
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/pipeline-spec.yaml
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/population_estimates_flow.py
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
.datahub/datapackage.json— metadata & schema
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/datapackage.json
README.md— documentation
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/README.md
Typical Usage
- 1. Fetch .datahub/datapackage.json to inspect schema and resources
- 2. Download data resources listed in .datahub/datapackage.json
- 3. Read README.md for full context
Data Previews
population-estimates
Loading data...
Schema
| name | type | format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
population-low-fertility
Loading data...
Schema
| name | type | format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
population-medium-fertility
Loading data...
Schema
| name | type | format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
population-high-fertility
Loading data...
Schema
| name | type | format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
population-constant-fertility
Loading data...
Schema
| name | type | format |
|---|---|---|
| Region | string | default |
| Country Code | string | default |
| Year | string | default |
| Population | string | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
population-estimates | 583 kB | 3 months ago | population-estimates | |
population-low-fertility | 761 kB | 3 months ago | population-low-fertility | |
population-medium-fertility | 763 kB | 3 months ago | population-medium-fertility | |
population-high-fertility | 764 kB | 3 months ago | population-high-fertility | |
population-constant-fertility | 764 kB | 3 months ago | population-constant-fertility | |
population-instant-replacement | 762 kB | 3 months ago | population-instant-replacement | |
population-momentum | 763 kB | 3 months ago | population-momentum | |
population-zero-migration | 762 kB | 3 months ago | population-zero-migration | |
population-constant-mortality | 763 kB | 3 months ago | population-constant-mortality | |
population-no-change | 764 kB | 3 months ago | population-no-change |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 10 | 7.45 MB | csv | about 2 months ago |
Update Script Maintenance Report
Date: 2026-03-04
- Ran updater:
python population_estimates_flow.py. - Root cause: upstream UN source URL in pipeline currently returns HTTP 404.
- Fixes made:
- Added first monthly + manual GitHub Actions workflow with
contents: writeand reproducibledataflowsinstall. - Kept existing pipeline logic unchanged to avoid introducing unverified source migrations.
- Added first monthly + manual GitHub Actions workflow with
- Validation summary: updater invocation is wired in automation; data refresh remains blocked by upstream endpoint availability.