mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 03:31:17 -07:00
Adding VA and CO ETL from mapping for environmental justice (#1177)
Adding the mapping for environmental justice data, which contains information about VA and CO, to the ETL pipeline.
This commit is contained in:
parent
1d399d3ca9
commit
6a00b29f5d
6 changed files with 209 additions and 115 deletions
|
@ -553,5 +553,17 @@ FPL_200_SERIES = "Is low income?"
|
|||
FPL_200_AND_COLLEGE_ATTENDANCE_SERIES = (
|
||||
"Is low income and has a low percent of higher ed students?"
|
||||
)
|
||||
|
||||
# Mapping for Environmental Justice columns
|
||||
MAPPING_FOR_EJ_FINAL_PERCENTILE_FIELD = (
|
||||
"Mapping for Environmental Justice Final Percentile"
|
||||
)
|
||||
MAPPING_FOR_EJ_FINAL_SCORE_FIELD = (
|
||||
"Mapping for Environmental Justice Final Score"
|
||||
)
|
||||
MAPPING_FOR_EJ_PRIORITY_COMMUNITY_FIELD = (
|
||||
"Mapping for Environmental Justice Priority Community"
|
||||
)
|
||||
|
||||
# End of names for individual factors being exceeded
|
||||
####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue