mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Fix too many tracts in join error in ACS (#933)
This commit is contained in:
parent
384cfa5d70
commit
d2352c6217
1 changed files with 1 additions and 1 deletions
|
@ -91,12 +91,12 @@ class CensusACSETL(ExtractTransformLoad):
|
||||||
+ self.LINGUISTIC_ISOLATION_FIELDS
|
+ self.LINGUISTIC_ISOLATION_FIELDS
|
||||||
+ self.POVERTY_FIELDS,
|
+ self.POVERTY_FIELDS,
|
||||||
)
|
)
|
||||||
|
dfs.append(response)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
logger.error(
|
logger.error(
|
||||||
f"Could not download data for state/territory with FIPS code {fips}"
|
f"Could not download data for state/territory with FIPS code {fips}"
|
||||||
)
|
)
|
||||||
|
|
||||||
dfs.append(response)
|
|
||||||
|
|
||||||
self.df = pd.concat(dfs)
|
self.df = pd.concat(dfs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue