Updated

UPDATE_SCRIPT_MAINTENANCE_REPORT

8.6K

Total Population - Both Sexes. De facto population in a country, area or region as of 1 July of the year indicated. Figures are presented in thousands. Data comes from United Nations' Population Di...

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/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.jsonmetadata & schema
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/.datahub/datapackage.json
README.mddocumentation
https://datahub.io/core/population-growth-estimates-and-projections/_r/-/README.md
Typical Usage
  1. 1. Fetch .datahub/datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in .datahub/datapackage.json
  3. 3. Read README.md for full context

Data Previews

population-estimates

Loading data...

Schema

nametypeformat
Regionstringdefault
Country Codestringdefault
Yearstringdefault
Populationstringdefault

population-low-fertility

Loading data...

Schema

nametypeformat
Regionstringdefault
Country Codestringdefault
Yearstringdefault
Populationstringdefault

population-medium-fertility

Loading data...

Schema

nametypeformat
Regionstringdefault
Country Codestringdefault
Yearstringdefault
Populationstringdefault

population-high-fertility

Loading data...

Schema

nametypeformat
Regionstringdefault
Country Codestringdefault
Yearstringdefault
Populationstringdefault

population-constant-fertility

Loading data...

Schema

nametypeformat
Regionstringdefault
Country Codestringdefault
Yearstringdefault
Populationstringdefault

Data Files

FileDescriptionSizeLast modifiedDownload
population-estimates
583 kB3 months ago
population-estimates
population-low-fertility
761 kB3 months ago
population-low-fertility
population-medium-fertility
763 kB3 months ago
population-medium-fertility
population-high-fertility
764 kB3 months ago
population-high-fertility
population-constant-fertility
764 kB3 months ago
population-constant-fertility
population-instant-replacement
762 kB3 months ago
population-instant-replacement
population-momentum
763 kB3 months ago
population-momentum
population-zero-migration
762 kB3 months ago
population-zero-migration
population-constant-mortality
763 kB3 months ago
population-constant-mortality
population-no-change
764 kB3 months ago
population-no-change
FilesSizeFormatCreatedUpdatedLicenseSource
107.45 MBcsvabout 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: write and reproducible dataflows install.
    • Kept existing pipeline logic unchanged to avoid introducing unverified source migrations.
  • Validation summary: updater invocation is wired in automation; data refresh remains blocked by upstream endpoint availability.