mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 10:34:18 -07:00
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:
parent
776a52595f
commit
0c8b32e679
2 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue