-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support census blocks? #111
Comments
IIRC, while the Census collects data at the block level, they only report at the block-group level and above. |
No, their API does provide block-level data for some datasets. For example, the 2020 Redistricting Data Summary File (PL 94-171) has block-level data. You can test this for yourself by adding the following function to core.py:
And then running a query like this:
|
@Kirkman mind if I copy this and do a pull request? |
Thanks for the fantastic library. I noticed that there is support for obtaining block-group-level data, but not block-level. Is there any chance you can add support for blocks?
The text was updated successfully, but these errors were encountered: