Project Introduction
Practice your skills by analyzing the emergency calls dataset.
This is another project to practice your data analysis and data visualization skills.
For this project, we’ll use another famous and real dataset from Kaggle. The data is a collection of emergency 911 calls from Montgomery County, PA.
The data set contains the following columns:
lat
: Latitudelng
: Longitudedesc
: Description of the Emergency Callzip
: Zipcodetitle
: TitletimeStamp
: YYYY-MM-DD HH:MM:SStwp
: Townshipaddr
: Addresse
: Emergency (Always 1)
Let’s import some libraries and load our dataset.
Get hands-on with 1400+ tech skills courses.