In summary, this project involves analyzing 911 call data from Kaggle, including geographic coordinates, call descriptions, timestamps, and other relevant details. It offers insights into emergency call patterns and aids in enhancing response strategies for improved public safety.
For this project we will be analyzing some 911 call data from Kaggle. 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)