fagan2888 / population-reference-bureau

Collect datasets from Population Reference Bureau about demographic and health

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Population Reference Bureau

Curated data available from the Population Reference Bureau.

Requirements

The requirements can be installed with the following command:

pip install -r requirements.txt

Execution

python collect.py

The clean data that's useful for distribution is located under the data directory like so:

data
├── international
│   ├── [PACKAGE-NAME]
│   │   ├── data
│   │   │   └── international-[PACKAGE-NAME].csv
│   │   └── datapackage.json
│   ├── ... other packages ...
└── us
    ├── [PACKAGE-NAME]
    │   ├── data
    │   │   └── us-[PACKAGE-NAME].csv
    │   └── datapackage.json
    └── ... other packages ...

About

Collect datasets from Population Reference Bureau about demographic and health


Languages

Language:Python 100.0%