In this Data Analysis, the main concept is to display all the crime list in INDIA from year 2001 to 2012 from an existing dataset.
-
In the front-end part-- user can select the crime chart consisting of crimes in specific year, specific states/union territories and also from specific crime category.
-
In the back-end part-- the requested data from the front-end is received as parameters and the corresponding response in the form of chart is returned.
Python library used -- pandas for data analysis, matplotlib for data visualizations
- web framework used -- Python Flask