| MplsStops | R Documentation |
Minneapolis Police Department 2017 Stop Data
Description
Results of nearly all stops made by the Minneapolis Police Department for the year 2017.
Format
A data frame with 51857 observations on the following 14 variables.
idNumcharacter vector of incident identifiers
datea POSIXlt date variable giving the date and time of the stop
problema factor with levels
suspiciousfor suspicious vehicle or person stops andtrafficfor traffic stopscitationIssueda factor with levels
noyesindicating if a citation was issuedpersonSearcha factor with levels
noyesindicating if the stopped person was searchedvehicleSearcha factor with levels
nooryesindicating if a vehicle was searchedpreRacea factor with levels
white,black,east african,latino,native american,asian,other,unknownfor the officer's assessment of race of the person stopped before speaking with the person stoppedracea factor with levels
white,black,east african,latino,native american,asian,other,unknown, officer's determination of race after the incidentgendera factor with levels
female,male,unknown, gender of person stoppedlatlatitude of the location of the incident, somewhat rounded
longlatitude of the location of the incident, somewhat rounded
policePrecinctMinneapolis Police Precinct number
neighborhooda factor with 84 levels giving the name of the Minneapolis neighborhood of the incident
MDCa factor with levels
mdcfor data collected via in-vehicle computer, andotherfor data submitted by officers not in a vehicle, either on foot, bicycle or horseback. Several of the variables above were recorded only in-vehicle
Details
A few stops have been deleted, either because thesu location data was missing, or a few very rare categories were also removed. The data frame MplsDemo contains 2015 demongraphic data on Minneapolis neighborhoods, using the same neighborhood names as this data file. Demographics are available for 84 of Minneaolis' 87 neighborhoods. The remaining 3 presumably have no housing.
Source
These are public data obtained from <http://opendata.minneapolismn.gov/datasets/police-stop-data>. A few more fields, and more data, are available at the original source
Examples
summary(MplsStops)