https://github.com/onyxfish/workbench-census-bureau
A workbench module to load data for the US Census Bureau API
https://github.com/onyxfish/workbench-census-bureau
census census-bureau workbench
Last synced: 2 months ago
JSON representation
A workbench module to load data for the US Census Bureau API
- Host: GitHub
- URL: https://github.com/onyxfish/workbench-census-bureau
- Owner: onyxfish
- Created: 2019-05-19T23:57:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T00:03:16.000Z (almost 6 years ago)
- Last Synced: 2025-01-24T10:47:45.413Z (4 months ago)
- Topics: census, census-bureau, workbench
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workbench-census-bureau
A workbench module for creating tables from the [US Census Bureau APIs](https://api.census.gov/data.html).
## Wishlist
* Unit tests should not hit the actual API
* Better error handling for failed requests
* Convert `fetch` method to use `async/await`
* Dropdown for common datasets (`cbp`, `acs1`)
* Dropdown for common clauses (e.g. `state:*`, `county:*`)## Authors
* Chris Groskopf [[email protected]](mailto:[email protected])