| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 7.86 kB | csv |
Curated data available from the Population Reference Bureau. The requirements can be installed with the following command: The clean data that's useful for distribution is located under the data d...
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
international-age15 | 7.86 kB | international-age15 |
Data Previews
international-age15
Schema
| name | type | format |
|---|---|---|
| Type | string | default |
| TimeFrame | integer | default |
| Data | any | default |
| NameFIPS | string | default |
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 …