Learn practical skills, build real-world projects, and advance your career

Data Analysis on US Shooting

The motivation to perform this analysis is to fact check the recent police shot out in the US of 'George Floyd' which led to a big protest across the country damaging billions of property and leading to the establishment of 'black lives matter' institution. The mainstream media also accused the police of there brutality on of black community. This was quickly politized and we can see the result of the polarization of the community to black and white races just before the election. I wanted to check the truth behind this shooting by performing a data analysis I learned in the class and check if the police are racist or its the media made up. For data analysis I downloaded the police shooting .csv file from 'kaggle'. I will be performing the basic function to check how many people died and of which race, state-wise, and under which government. I will be using the pandas, matplotlib, and seaborn function which I learned during the course that was very well thought by Aakash. I want to appreciate the Aakash and team for making this course so easy to understand and even a fresher like me can understand and perform basic analysis.

project_name = "US Shooting" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)