mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-26 18:31:16 -07:00
Issue 838: Update comparison tool to use tracts (#934)
* Updating comparison tool to use tracts, and rely more heavily on `field_names`
This commit is contained in:
parent
49ce0f5911
commit
5c65eed28f
8 changed files with 230 additions and 723 deletions
|
@ -276,7 +276,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
field_names.LIFE_EXPECTANCY_FIELD,
|
||||
field_names.ENERGY_BURDEN_FIELD,
|
||||
field_names.FEMA_RISK_FIELD,
|
||||
field_names.URBAN_HERUISTIC_FIELD,
|
||||
field_names.URBAN_HEURISTIC_FIELD,
|
||||
field_names.AIR_TOXICS_CANCER_RISK_FIELD,
|
||||
field_names.RESPITORY_HAZARD_FIELD,
|
||||
field_names.DIESEL_FIELD,
|
||||
|
|
|
@ -110,7 +110,7 @@ class PostScoreETL(ExtractTransformLoad):
|
|||
|
||||
new_df_copy = new_df.rename(
|
||||
columns={"USPS": "State Abbreviation", "NAME": "County Name"},
|
||||
inplace=False
|
||||
inplace=False,
|
||||
)
|
||||
|
||||
return new_df_copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue