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

US ACCIDENTS EXPLORATORY DATA ANALYSIS

TODO - talk about EDA

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

  • Kaggle
  • informaiton about accidents
  • can be useful to prevent accidents

Download the Dataset.

pip install opendatasets --upgrade --quiet
import opendatasets as od

download_url = 'https://www.kaggle.com/sobhanmoosavi/us-accidents'

od.download(download_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: adrijamukhopadhyay Your Kaggle Key: ··········
4%|▍ | 12.0M/290M [00:00<00:02, 122MB/s]
Downloading us-accidents.zip to ./us-accidents
100%|██████████| 290M/290M [00:01<00:00, 176MB/s]
data_filename = './us-accidents/US_Accidents_Dec20_Updated.csv'