https://github.com/datasets/population
Population figures for countries, regions (e.g. Asia) and the world.
https://github.com/datasets/population
data-package datapackage dataset population population-figures
Last synced: 6 months ago
JSON representation
Population figures for countries, regions (e.g. Asia) and the world.
- Host: GitHub
- URL: https://github.com/datasets/population
- Owner: datasets
- Created: 2012-10-18T08:32:31.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:22:43.000Z (12 months ago)
- Last Synced: 2024-10-23T11:09:39.660Z (12 months ago)
- Topics: data-package, datapackage, dataset, population, population-figures
- Language: Python
- Homepage: https://datahub.io/core/population
- Size: 604 KB
- Stars: 100
- Watchers: 13
- Forks: 148
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Population figures for countries, regions (e.g. Asia) and the world. Data comes
originally from World Bank and has been converted into standard CSV.## Data
The data is sourced from this [World Bank dataset][wb] which in turn lists as
sources: *(1) United Nations Population Division. World Population Prospects,
(2) United Nations Statistical Division. Population and Vital Statistics Reprot
(various years), (3) Census reports and other statistical publications from
national statistical offices, (4) Eurostat: Demographic Statistics, (5)
Secretariat of the Pacific Community: Statistics and Demography Programme, and
(6) U.S. Census Bureau: International Database.*[wb]: http://data.worldbank.org/indicator/SP.POP.TOTL
## Preparation
The `population.csv` is processed using `scripts/process.py` script.
```
pip install -r scripts/requirements.txt
python scripts/process.py
```## Automation
Up-to-date (auto-updates on quarterly basis) population dataset could be found on the datahub.io:
https://datahub.io/core/population## License
This Data Package is licensed by its maintainers under the [Public Domain Dedication and License (PDDL)](http://opendatacommons.org/licenses/pddl/1.0/).