-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
I am getting an error when trying to pull ACS 5-year estimates for block groups for any year prior to 2013. Other geographies work fine.
When I run the below code, I get the error:
error: unknown/unsupported geography heirarchy
example:
COLUMNS = ['C15002I_008E']
COUNTY_NUMBER = '157' # shelby county
year = 2012
columns_to_pull = ['GEO_ID', 'NAME', 'C15002I_008E']
block_group_data = c.acs5.state_county_blockgroup(columns_to_pull, states.TN.fips, COUNTY_NUMBER, Census.ALL, year=year)
The documentation indicates that ACS5 is available for 2009 onward.
Any thoughts on what is going on?
Metadata
Metadata
Assignees
Labels
No labels