Skip to content

suryaprakashtk/US_Car_Accident_Data_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

US_Car_Accident_Data_Analysis

This is a countrywide car accident dataset that covers 49 states of the USA. The accident data were collected from February 2016 to March 2023, using multiple APIs that provide streaming traffic incident (or event) data. These APIs broadcast traffic data captured by various entities, including the US and state departments of transportation, law enforcement agencies, traffic cameras, and traffic sensors within the road networks. The dataset currently contains approximately 7.7 million accident records.

File Structure

There are 4 directory:

  1. README.md: The current file
  2. Dataset: Place where the downloaded data resides
  3. src: All the python files which we used to derive insights
  4. visualization: Contains important insightful plots that we got
  5. requirements.txt: Contains all the dependencies to be installed

Running The Project

Install all the dependencies using the below code.

pip install -r requirements.txt

The download the dataset from the below link

Run the src/notebook.ipynb file to get all the plots

Third Party Modules

  1. folium
  2. pandas
  3. geopy
  4. numpy
  5. plotly
  6. scikit-learn
  7. scipy
  8. tabulate
  9. matplotlib
  10. geopandas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published