Skip to content

Fix us census #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Datapackage.json file
  • Loading branch information
cgomez9 committed Apr 15, 2020
commit 8781309bae219aa64cb4791fd53180a29f7ab8ab
48 changes: 48 additions & 0 deletions task_geo/data_sources/demographics/us_census/datapackage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"title": "United States Census Bureau Population Estimation",
"description": "Annual Population Estimates for the United States, States and Counties: April 1, 2010 to July 1, 2019",
"licenses": [{"name": "copyright-authors"}],
"fields": [
{
"name": "last_update",
"description": "Last update of estimation",
"type": "datetime"
},
{
"name": "population_estimate",
"description": "Population estimate of county",
"type": "integer"
},
{
"name": "density",
"description": "Population density of county",
"type": "float"
},
{
"name": "state",
"description": "FIPS Code of county state",
"type": "string"
},
{
"name": "county",
"description": "FIPS Code of county",
"type": "string"
},
{
"name": "state_name",
"description": "Name of county state",
"type": "string"
},
{
"name": "county_name",
"description": "Name of county",
"type": "string"
}
],
"keywords": [
"US",
"population",
"estimation",
"census"
]
}