population
population copied to clipboard
Population figures for countries, regions (e.g. Asia) and the world.
This URL doesn't return CSV data anymore - https://github.com/datasets/population/blob/master/scripts/process.py#L10 To add "this url" is http://api.worldbank.org/countries/all/indicators/SP.POP.TOTL?format=csv Response is: ``` The requested response format was not found. ```
Currently is written for Python 2 but if we want to automate the run via GH Actions we need Python 3: https://github.blog/changelog/2020-02-27-github-actions-breaking-change-python-2-being-removed-from-all-virtual-environments/
Added quaterly check on cron job for the updates on population.csv from workbank api: `cron: 0 0 1 1,4,7,10 *` cc @anuveyatsu
Updated the `data/population.csv` dataset cc @anuveyatsu
## Changes made: - Small fix of changing library from urllib -> requests - Add requirements.txt cc @anuveyatsu