mpls-violent-crimes.csv

Published

July 28, 2022


The mpls-violent-crime.csv file contains data collected from the Minneapolis Police Department and reported by the Star Tribune on The two attributes in this file are:


Preview

Code
# Import data
crime = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/mpls-violent-crime.csv")

# View data
crime
ABCDEFGHIJ0123456789
year
<dbl>
crime_rate
<dbl>
20001174
20011082
20021098
20031202
20041262
20051437
20061672
20071459
20081253
20091117