Move Housing and Transportation Index to tracts (#903)

Update data download URL to use tract as focus, use tract field name,
and move this dataset to the tracts df list in etl_score.

Co-authored-by: Shelby Switzer <shelby.switzer@cms.hhs.gov>
This commit is contained in:
Shelby Switzer 2021-11-17 16:00:10 -05:00 committed by lucasmbrown-usds
commit 0c8b32e679
2 changed files with 7 additions and 7 deletions

View file

@ -226,7 +226,6 @@ class ScoreETL(ExtractTransformLoad):
census_block_group_dfs = [
self.ejscreen_df,
self.census_df,
self.housing_and_transportation_df,
self.census_acs_median_incomes_df,
self.national_risk_index_df,
]
@ -241,6 +240,7 @@ class ScoreETL(ExtractTransformLoad):
self.doe_energy_burden_df,
self.geocorr_urban_rural_df,
self.persistent_poverty_df,
self.housing_and_transportation_df,
]
census_tract_df = self._join_tract_dfs(census_tract_dfs)