A data set containing all reported crimes in St. Louis, Missouri during January 2018.
data(january2018)A tibble with 3825 rows and 20 variables:
complaint record number
year and month crime reported
date and time of crime
Returns a Y when a crime occurred
Reported crime was investigated and determined to be unfounded
Reported crime had a change in classification
Returns a 1 or -1 for counting purposes
Returns information if administrative cleanup occured
Uniform Crime Reporting code
Number corresponding to the police determined district
Name of the crime
I/Leads system address
I/Leads system street
Number corresponding to a neighborhood
Common <U+201C>Location Name<U+201D> (i.e. Zoo, Scottrade Center, etc.)
Information to provide context to the location (i.e. Alley, Restaraunt Name)
The Computer-Aided Dispatch address is the reported address by the 911 caller
The Computer-Aided Dispatch street is the reported street by the 911 caller
X-coordinates in the NAD83 format
Y-coordinates in the NAD83 format
# NOT RUN {
str(january2018)
head(january2018)
# }
Run the code above in your browser using DataLab