mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 20:21:17 -07:00
Update Census AMI to ETL into tracts, not CBGs (#900)
* Update Census AMI to ETL into tracts, not CBGs Co-authored-by: Shelby Switzer <shelby.switzer@cms.hhs.gov> Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
This commit is contained in:
parent
537844236a
commit
617f41526f
2 changed files with 81 additions and 27 deletions
|
@ -225,7 +225,6 @@ class ScoreETL(ExtractTransformLoad):
|
|||
# Join all the data sources that use census block groups
|
||||
census_block_group_dfs = [
|
||||
self.ejscreen_df,
|
||||
self.census_acs_median_incomes_df,
|
||||
]
|
||||
|
||||
census_block_group_df = self._join_cbg_dfs(census_block_group_dfs)
|
||||
|
@ -241,6 +240,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
self.persistent_poverty_df,
|
||||
self.housing_and_transportation_df,
|
||||
self.national_risk_index_df,
|
||||
self.census_acs_median_incomes_df,
|
||||
]
|
||||
census_tract_df = self._join_tract_dfs(census_tract_dfs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue