This project examines significant developments in crime offenses using open-source crime data provided by Toronto Police Services on Open Data Toronto. All data analysis are performed using R and the following packages are used:
opendatatoronto
,tidyverse
,kableExtra
. Link to data source: https://open.toronto.ca/dataset/police-annual-statistical-report-reported-crimes/
- Data Analysis of Crime Statistics | Paper
- Data Analysis of Crime Statistics | R Markdown Code
- Data Analysis of Crime Statistics | References
- Data Analysis of Crime Statistics | Dataset
- The folder Scripts contains "00_crime_rate_data_import.R" and "01_crime_rate_data_clean.R" that are used to generate data files "raw_data.csv" and "clean_data.csv"
- The folder Inputs stores "raw_data.csv" and "clean_data.csv"