Olivia Sablan
Olivia Sablan
Yes of course. Here is the code: `FL_census = c.acs5.state_county_tract(fields = ('NAME', 'B03001_002E', 'B01003_001E', 'B07012_002E', 'C17002_002E', 'C17002_003E', 'B02001_002E'), state_fips = states.FL.fips, county_fips = "*", tract = "*", year = 2019)`...
I've tried both limiting the fields as well as trying a different state. I have also tried using a different year of data (2017 versus 2019), but the error is...
I thought that may be the case as well, but no luck with a new API. Maybe it's a problem with my conda environment? I was thinking there may be...
Yes I am! I am not sure why this is happening all of the sudden since I have been using this same code with no changes for months now. I...
Update: I just attempted to use my code again (with no changes) and it is now working... not sure what was going on with the census but it must have...