mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-23 16:20:18 -07:00
sets column as percentiles (#525)
* sets column as percentiles * adds trailing comma
This commit is contained in:
parent
773c035493
commit
1dbb1018d6
1 changed files with 5 additions and 5 deletions
|
@ -46,11 +46,11 @@ class PostScoreETL(ExtractTransformLoad):
|
|||
"Total population",
|
||||
"Score E (percentile)",
|
||||
"Score E (top 25th percentile)",
|
||||
"Poverty (Less than 200% of federal poverty line)",
|
||||
"Percent individuals age 25 or over with less than high school degree",
|
||||
"Linguistic isolation (percent)",
|
||||
"Unemployed civilians (percent)",
|
||||
"Housing burden (percent)",
|
||||
"Poverty (Less than 200% of federal poverty line) (percentile)",
|
||||
"Percent individuals age 25 or over with less than high school degree (percentile)",
|
||||
"Linguistic isolation (percent) (percentile)",
|
||||
"Unemployed civilians (percent) (percentile)",
|
||||
"Housing burden (percent) (percentile)",
|
||||
]
|
||||
self.TILES_SCORE_CSV_PATH = self.SCORE_CSV_PATH / "tiles"
|
||||
self.TILES_SCORE_CSV = self.TILES_SCORE_CSV_PATH / "usa.csv"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue