mpls-violent-crimes.csv
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:
year
: Yearcrime_rate
: Violent crime rate per 100,000 people
Preview
Code
# Import data
= readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/pensive-giraffe/main/data/mpls-violent-crime.csv")
crime
# View data
crime