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