List of every shooting incident that occurred in NYC going back to 2006 through the end of the previous calendar year.
This is a breakdown of every shooting incident that occurred in NYC
going back to 2006 through the end of the previous calendar year. This data is manually extracted every quarter and reviewed by the Office of Management Analysis and Planning before being
posted on the NYPD website. Each record represents a shooting incident in NYC and includes information about the event, the location and time of occurrence. In addition, information related
to suspect and victim demographics is also included
This analysis aims to uncover the identities of the shooters, not in terms of their demographics, since that is already known, but in terms of their relationship towards the victims (are they total strangers or someone we know?).
With that information in hand, we can somehow guess the reasons behind the shootings thereby taking necessary precautions.This analysis focuses only on women who are victims of shootings, and the "identities" of the shooters who attacks women.
Data Sources: Usa.data.gov (NYPD_Shooting_Incident_Data__Historic)
In other to encourage further exploration of the dataset to discover more hidden knowledge behind the shootings in New York. I built a desktop Gui application with which to perform various analysis on the dataset.
The project contains three folders:
- Dataset
- NYPD_Shooting.csv
- Exploratory Data Analysis
- Shooting Incident in NYPD.ipynb
- GUI enabled EDA
- display_icon.ico
- interface.ui
- main.py
- main_interface.py
- resources.py
- resources.qrc
- utilties.py
- window_icon.png
The Desktop GUI was developed using PyQt5,
matplotlib and seaborn
- Download the repository
- Navigate to the GUI enabled EDA folder
- Run the main.py file