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

Project Title - US Unemployement Data

This project is to take a look at the unemployment data released by the authorities in the country. The data was gotten from open source on kaggle.

!pip install jovian opendatasets --upgrade --quiet
dataset_url = 'https://www.kaggle.com/jayrav13/unemployment-by-county-us'  
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: johnadefuye Your Kaggle Key: ········
100%|██████████| 12.3M/12.3M [00:00<00:00, 89.2MB/s]
Downloading unemployment-by-county-us.zip to ./unemployment-by-county-us

The dataset has been downloaded and extracted.