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 : Latitude
  • lng: Longitude
  • desc: Description of the Emergency Call
  • zip: Zipcode
  • title: Title
  • timeStamp: YYYY-MM-DD HH:MM:SS
  • twp: Township
  • addr: Address
  • e: Emergency (Always 1)

Let’s import some libraries and load our dataset.

Get hands-on with 1200+ tech skills courses.