Learn practical skills, build real-world projects, and advance your career
# Change this
dataset_url = 'https://www.kaggle.com/mchirico/montcoalert' 
import opendatasets as od
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: arman13 Your Kaggle Key: ········
0%| | 0.00/24.2M [00:00<?, ?B/s]
Downloading montcoalert.zip to .\montcoalert
100%|██████████| 24.2M/24.2M [00:19<00:00, 1.33MB/s]
# Change this
data_dir = './montcoalert'
import os
os.listdir(data_dir)
['911.csv']
project_name = "zerotopandas-course-project" # change this (use lowercase letters and hyphens only)