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 federal facility names from latest scraped data #25

Closed erika-tyagi closed 3 years ago

erika-tyagi commented 3 years ago

There are 103 rows where we're scraping BOP population data that aren't in the crosswalks:

read_scrape_data() %>% 
    filter(is.na(Facility.ID)) %>% 
    filter(Jurisdiction == "federal") 

These are probably low-priority since we're scraping Residents.Population, but no COVID data for these.

erika-tyagi commented 3 years ago

This also relates to the federal vaccine data facility name issue. I feel like the approach we decide to go with for cases/deaths data and vaccine data aggregation (or lack of aggregation) should also be the approach for population data. (cc: @nmmarquez, @hjohns12)

hjohns12 commented 3 years ago

That makes sense to me!

erika-tyagi commented 3 years ago

done as best as can be for now w/ 61d2c8c (mapped 1:1s)