j40-cejst-2/data/data-pipeline/data_pipeline/score
Lucas Merrill Brown 1d101c93d2
Issue 844: Add island areas to Definition L (#957)
This ended up being a pretty large task. Here's what this PR does:

1. Pulls in Vincent's data from island areas into the score ETL. This is from the 2010 decennial census, the last census of any kind in the island areas.
2. Grabs a few new fields from 2010 island areas decennial census.
3. Calculates area median income for island areas.
4. Stops using EJSCREEN as the source of our high school education data and directly pulls that from census (this was related to this project so I went ahead and fixed it).
5. Grabs a bunch of data from the 2010 ACS in the states/Puerto Rico/DC, so that we can create percentiles comparing apples-to-apples (ish) from 2010 island areas decennial census data to 2010 ACS data. This required creating a new class because all the ACS fields are different between 2010 and 2019, so it wasn't as simple as looping over a year parameter.
6. Creates a combined population field of island areas and mainland so we can use those stats in our comparison tool, and updates the comparison tool accordingly.
2021-12-03 15:46:10 -05:00
..
field_names.py Issue 844: Add island areas to Definition L (#957) 2021-12-03 15:46:10 -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 Issue 919: Fix too many tracts issue (#922) 2021-11-30 13:49:20 -05:00
score_d.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00
score_f.py Various updates to Definition L (#850) 2021-11-04 12:17:45 -04: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 844: Add island areas to Definition L (#957) 2021-12-03 15:46:10 -05:00
score_runner.py Big ole score refactor (#815) 2021-11-02 14:12:53 -04:00