mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-25 16:11:39 -07:00
fixing comp tool bug
This commit is contained in:
parent
c42065377b
commit
c9f9f02770
2 changed files with 26 additions and 11 deletions
|
@ -106,22 +106,22 @@ class ScoreETL(ExtractTransformLoad):
|
|||
"EJSCREEN Areas of Concern, National, 95th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_70TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 70th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 70th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_75TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 75th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 75th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_80TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 80th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 80th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_85TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 85th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 85th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_90TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 90th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 90th percentile (communities)"
|
||||
)
|
||||
self.EJSCREEN_AREAS_OF_CONCERN_STATE_95TH_PERCENTILE_COMMUNITIES_FIELD_NAME = (
|
||||
"EJSCREEN Areas of Concern, National, 95th percentile (communities)"
|
||||
"EJSCREEN Areas of Concern, State, 95th percentile (communities)"
|
||||
)
|
||||
|
||||
# dataframes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue