In this project ,analysis of some 911 calls data from Kaggle is done. The data contains the following fields:
- 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)
This project is an exploratory data analysis of 911 calls from made in Montgomery County, PA.This analysis categorizes the data based on the reason of calls.
The data for this analysis is retrieved from kaggle .The csv file is attached along with the analysis. You can find the datasets HERE