I'm looking here, which says this variable exists in the ACS1 2016 collection:
And is listed generally in the data dictionary for that collection.
But I query it in any of the formats listed here as examples, it does not:
- https://api.census.gov/data/2016/acs/acs1?get=DP02_0001E&for=zip%20code%20tabulation%20area:60601
- https://api.census.gov/data/2016/acs/acs1?get=group(DP02)&for=zip%20code%20tabulation%20area:60601
- https://api.census.gov/data/2016/acs/acs1?get=DP02_0001E&for=state:01
All return:
error: error: unknown variable 'DP02_0001E'
What am I doing wrong?