mpls-violent-crimes.csv

Published

August 2, 2023


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/redesigned-adventure/main/data/mpls-violent-crime.csv")

# View data
crime