Closed BethMattern closed 2 years ago
higher_ed.pdf high_school.pdf training and workforce.pdf for all methodologies except for training and workforce: AND is above the 65th percentile for low income AND at or below 20% for higher ed enrollment rate needs to be updated to AND is above the 65th percentile for low income AND 80% or more of adults 15 or older are not enrolled in higher ed @vim-usds see also the two side panels with a green background on the Indicators for UI and Export sheet.
@kameron will update these mocks, TY!
@emma-nechamkin (optionally @KameronKerger) - some of these mocks have now flipped the higher ed and high school to be the opposite of what they originally, ie, below 20% => above 80 %. Does this mean that the associated BE signals (CA
, HSEF
, IAHSEF
) need to be flipped and baked into a staging link? Maybe this is already done? Let me know if I'm missing something. TY!
This is already done @vim-usds! See https://github.com/usds/justice40-tool/pull/1393
@emma-nechamkin - gotcha!
I might be missing something. However here's my understanding. It seems that on the latest staging link is returning the following:
On step1 of the above screenshot - I have a typo, 1493 should be 1393 (the ticket mentioned in your comment). TY!
For 4 -- I think you're pulling the wrong variable, this should actually be 89% (it's 11% college attendance). I think you're looking for NCA (https://github.com/usds/justice40-tool/blob/main/data/data-pipeline/data_pipeline/etl/score/constants.py#L207) For 3a -- it should, for now can you manually coerce? We have a ticket to fix this for another indicator, and so I'll do them simultaneously!
@emma-nechamkin
Re 4: Cool updating to NCA, TY!
For 3a - coercion is totally fine!
Also is there a boolean for NCA? Like NCA_GT80 maybe?
it should be the same boolean -- the two are logically equivalent (CA_LT20 == NCA_GT80)
Purpose
Modify copy to corresponding to flipping some indicators.
Higher ed enroll card
From this
To this
Copy
Tasks
High school attainment card
From this
To this
Copy
Tasks
Training and Workforce card
From this
To this
Copy
Tasks
All cards NOT workforce dev
From this
To this
Tasks
Question for Kameron