j40-cejst-2/data/data-pipeline/data_pipeline/score
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
..
field_names.py Updating field names to match score M definitions (#1190) 2022-02-01 18:54:43 -05:00
score.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_a.py Various updates to Definition L (#850) 2021-11-04 12:17:45 -04:00
score_b.py Various updates to Definition L (#850) 2021-11-04 12:17:45 -04:00
score_c.py Add NATA cancer risk and respiratory hazard to definition L (#1001) 2021-12-07 12:45:45 -05:00
score_d.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_f.py Add NATA cancer risk and respiratory hazard to definition L (#1001) 2021-12-07 12:45:45 -05:00
score_g.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_h.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_i.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_k.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_l.py Issue 1141: Definition M (#1151) 2022-01-18 14:56:55 -05:00
score_m.py Updating field names to match score M definitions (#1190) 2022-02-01 18:54:43 -05:00
score_runner.py Issue 1141: Definition M (#1151) 2022-01-18 14:56:55 -05:00