diff --git a/data/data-pipeline/data_pipeline/etl/sources/census_acs/etl.py b/data/data-pipeline/data_pipeline/etl/sources/census_acs/etl.py index 9728a8df..81ab218f 100644 --- a/data/data-pipeline/data_pipeline/etl/sources/census_acs/etl.py +++ b/data/data-pipeline/data_pipeline/etl/sources/census_acs/etl.py @@ -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)