Skip to content

Data science capstone project based on data full of Emergency 911 Calls. Used NumPy, Pandas, Seaborn, and Matplotlib libraries. Project provided by Jose Portilla.

Notifications You must be signed in to change notification settings

davidry777/911-Calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

911-Calls

Description

This data science capstone project is meant to demonstrate my skills in using Python data manipulation/analysis and visualization libraries. These include NumPy, Pandas, Seaborn, and Matplotlib.

The data we will be using are Emergency 911 Calls from Montgomery, PA. Project is provided by Jose Portilla.

Charts and Plots

Head of df: Head of df

Top 5 zipcodes for 911 calls: Top 5 zipcodes

Top 5 townships for 911 calls: Top 5 townships

Unique Reasons for 911 calls: Reasons

Count plot of 911 calls by Reason Count plot of 911 calls by Reason

Count plot for the Day of Week column based on Reason Count plot for the Day of Week

Count plot for the Month column based on Reason Count plot for the Month

Head of byMonth groupby object byMonth

Plot indicating the count of calls per month (because some months were missing from previous plot) Count plot for the Month

lmplot on the number of calls per month lmplot of calls per month

Plot of 911 calls based on Date Date

groupby plots based on Reasons(EMS, Traffic, and Fire) for 911 calls EMS Traffic Fire

head of hourPerDay DataFrame head of hourPerDay Heatmap plot of hourPerDay DataFrame hourPerDay heatmap Clustermap plot of hourPerDay DataFrame hourPerDay clustermap

head of monthPerDay DataFrame head of monthPerDay Heatmap plot of monthPerDay DataFrame monthPerDay heatmap Clustermap plot of mountPerDay DataFrame monthPerDay clustermap

About

Data science capstone project based on data full of Emergency 911 Calls. Used NumPy, Pandas, Seaborn, and Matplotlib libraries. Project provided by Jose Portilla.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages