Skip to content

Collect datasets from Population Reference Bureau about demographic and health

Notifications You must be signed in to change notification settings

datasets/population-reference-bureau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages