This repo gets a list of police agencies for a public information request assignment.
As of this writing in January 2022, the most recent data is 2020 and is found through the FBI’s Crime Data Explorer.
This gives you a zip file with a ton of data including folders called Table XX State Cuts, with XX being a number between 78 and 81.
The Texas files were pulled from the archive and put in the data-raw
folder. The download does include full nation files for each table that could be used instead if states other than Texas were desired.
See the following notebooks for more:
Work on this project was enabled by the album Here in the Black - Live at Hollywood Forever Cemetery by Gary Numan.
The file structure of the repo was changed in January 2022 so previous work will fail but it is retained for posterity.
data/pe_1960_2018.csv
is the original file, but it is not in the repo because it is too big (192MB). It was downloaded from FBI Crime Data Explorer under Police Employee Data. The file href at the time was this.02-tx-2018.Rmd
is an RNotebook that explores the Texas agencies. Published version.02-tx-all.Rmd
starts to look at all years, but isn’t really relevant at this point.