j40-cejst-2/data/data-pipeline/data_pipeline
Emma Nechamkin 49868401be
Updating field names to match score M definitions (#1190)
When implementing definition M for the score, the variable names were not yet updated. For example:

This legacy field naming: 
```
UNEMPLOYMENT_LOW_HS_EDUCATION_FIELD = (
    f"Greater than or equal to the {PERCENTILE}th percentile for unemployment"
    " and has low HS education"
)
``` 

Should actually be renamed something like this:
```
UNEMPLOYMENT_LOW_HS_LOW_HIGHER_ED_FIELD = (
    f"Greater than or equal to the {PERCENTILE}th percentile for unemployment"
    " and has low HS education and low higher ed attendance"
)
``` 

This PR is for the backend updates for this -- keeping the old fields, and adding new, Score M specific fields as listed below: 
- [x] `field_names`: add new fields to capture low_higher_ed
- [x] `score_m`: replace old fields with new fields 
- [x] `DOWNLOADABLE_SCORE_COLUMNS`: replace old fields with new fields
- [x] `TILES_SCORE_COLUMNS`: replace old fields with new fields
2022-02-01 18:54:43 -05:00
..
data AWS Sync Public Read (#508) 2021-08-12 14:17:25 -04:00
etl Updating field names to match score M definitions (#1190) 2022-02-01 18:54:43 -05:00
files 548-update-pdf (#1081) 2021-12-21 14:12:20 -05:00
ipython Issue 1141: Definition M (#1151) 2022-01-18 14:56:55 -05:00
score Updating field names to match score M definitions (#1190) 2022-02-01 18:54:43 -05:00
tests Revisions to FEMA measure and new link for FEMA data (#952) 2021-12-03 12:42:07 -05:00
tile Prototype G (#672) 2021-09-14 10:48:11 -04:00
__init__.py Data directory should adopt standard Poetry-suggested python package structure (#457) 2021-08-05 15:35:54 -04:00
application.py Display score L on map (#849) 2021-11-05 16:26:14 -04:00
config.py Data directory should adopt standard Poetry-suggested python package structure (#457) 2021-08-05 15:35:54 -04:00
utils.py Add territory boundary data (#885) 2021-11-16 10:05:09 -05:00