Project Introduction

Practice your skills by analyzing the emergency calls dataset.

We'll cover the following...

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.

Access this course and 1400+ top-rated courses and projects.