Carceral-Ecologies / Carceral-Proximity-Analysis

Working version can be found at...
http://critical-data-analysis.org/shiny/proximity/proximity-app/
GNU General Public License v3.0
1 stars 1 forks source link

Descriptive Analysis on Prison Capacity Data #11

Closed lindsaypoirier closed 4 years ago

lindsaypoirier commented 4 years ago

In this repo, there is a file called:

proximity-app/prison_boundaries_centroids.csv

This file has the location of the centroid for each prison in the US. There is a variable in the dataset called CAPACITY, indicating the maximum number of inmates for which there are beds or may be jailed (not fully defined in data dictionary) . We could use some basic descriptive analysis of the values in this field. It may also be useful to compare this field to the POPULATION variable, which is also in the dataset. Question to consider might include:

lindsaypoirier commented 4 years ago

Learned that almost half of observations don't have a prison capacity value listed. Hesitant to filter to a certain number when there is so much missing data. Instead we are thinking that we will gather user input to allow filtering to prisons with certain reported capacities, including a note that the data is missing for several observations in the dataset. Also allow user to filter to prison type (federal, state, etc) - allowing to filter for multiple.