Fix too many tracts in join error in ACS (#933)

This commit is contained in:
Lucas Merrill Brown 2021-11-29 19:39:18 -05:00 committed by lucasmbrown-usds
parent 384cfa5d70
commit d2352c6217

View file

@ -91,12 +91,12 @@ class CensusACSETL(ExtractTransformLoad):
+ self.LINGUISTIC_ISOLATION_FIELDS
+ self.POVERTY_FIELDS,
)
dfs.append(response)
except ValueError:
logger.error(
f"Could not download data for state/territory with FIPS code {fips}"
)
dfs.append(response)
self.df = pd.concat(dfs)