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

Covid World Vaccination Progress

TODO - Write some introduction about your project here: describe the dataset, where you got it from, what you're trying to do with it, and which tools & techniques you're using. You can also mention about the course Data Analysis with Python: Zero to Pandas, and what you've learned from it.

Downloading the Dataset

Downloading dataset about covid world vaccination progress.

# !pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/gpreda/covid-world-vaccination-progress'