Python-for-Data-Analysis

The project focuses on Exploratory Data Analysis to discover hidden patterns,to spot anomalies,to test hypothesis and to check assumptions with the help of summary statistics and graphical representations by using fundamental Python syntax and libraries (NumPy, Pandas, Matplotlib, Seaborn, Plotly, and Cufflinks).


Python-for-Data-Analysis

The project focuses on Exploratory Data Analysis to discover hidden patterns,to spot anomalies,to test hypothesis and to check assumptions with the help of summary statistics and graphical representations by using fundamental Python syntax and libraries (NumPy, Pandas, Matplotlib, Seaborn, Plotly, and Cufflinks).

Project 1: Emergency 911 Calls – Exploratory Data Analysis

  • Analyzed emergency 911 calls dataset to help the emergency team is better equipped to deal with emergencies.
  • Reprocessed the dataset (class th elables, clean unrelated data, deal with the missing data)
  • Used data to create reports and dashboards ti find the hidden trends and patterns

Features of Data

  • lat : String variable, Latitude
  • lng: String variable, Longitude
  • desc: String variable, Description of the Emergency Call
  • zip: String variable, Zipcode
  • title: String variable, Title
  • timeStamp: String variable, YYYY-MM-DD HH:MM:SS
  • twp: String variable, Township
  • addr: String variable, Address
  • e: String variable, Dummy variable (always 1)

Reprocessing Data

  • class the category of data
  • drop the unuseful data
  • split the data to create new features dataset

Exploratory Data Analysis (EDA)

Overall 911 calls

Most common reason for 911 emergency call

911 calls in each month

Top 10 reasons for emergency calls