Learn practical skills, build real-world projects, and advance your career

us-accidents-analysis

Use the "Run" button to execute the code.

US Accidents Exploratory Data Analysis

TODO - talk about EDA

TODO - talk about the dataset (source,
what it contains, how it will be useful)

  • Kaggle
  • information about accidents
  • can use useful to prevent accidents
  • mention that this does not contain data about New York
pip install opendatasets --upgrade --quiet
import opendatasets as od

download_url = 'https://www.kaggle.com/sobhanmoosavi/us-accidents/tasks?taskId=189'


od.download(download_url)
Skipping, found downloaded files in "./us-accidents" (use force=True to force download)
data_filename = './us-accidents/US_Accidents_Dec20_Updated.csv'