uclalawcovid19behindbars / facility_data

Prison and jail facility information
https://uclacovidbehindbars.org/
GNU General Public License v3.0
2 stars 3 forks source link

Add missing CA staff names from latest scraped data #26

Closed erika-tyagi closed 3 years ago

erika-tyagi commented 3 years ago

There are 25 rows where we're scraping CA staff data that aren't in the crosswalks:

read_scrape_data() %>% 
    filter(is.na(Facility.ID)) %>% 
    filter(State == "California")

The names are scraped from here, and they're all county names - so it's not totally clear what they're referring to.

hjohns12 commented 3 years ago

Noting that this is on hold until @mceverett8 gets more info on who is included in these staff counts (if he can)

hjohns12 commented 3 years ago

Update: couldn't get ahold of CDCR / CCHCS, and until we do, the naming convention is as follows:

COUNTY NAME + "County Staff"

hjohns12 commented 3 years ago

Integrated this here! https://github.com/uclalawcovid19behindbars/facility_data/commit/d0dddd32db5a1c40a886e8b2d76be9d7fe275359