Crime Data for 2016 from National Crime Records Bureau of India
This project contains data for crime in India for 2016 and a Shiny app to visualise the data.
The data has been collected from the National Crime Records Bureau of India (NCRB).
The data includes the number of incidents for every type of crime recognized under the Indian Penal Code (IPC) for every state in India.
The app can be accessed here.
tidyverse
& associated librariesshiny
& associated librariesbbplot
)clean_crime.ipynb
- this notebook cleans and preprocesses the raw data to transform it into a tidy dataset, which is further used in visualizationapp.R
- this project contains the code for visualizing the crime statistics and creating visualizations on-the-fly.crime_2016_tidy.csv
- this file contains the cleaned dataset that is used in the visualization.