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

Final Course Project - Zero To Pandas

This is the final assignment/project on COVID-19. You can check this course Data Analysis with Python: Zero to Pandas , I have learnt to use the following python libraries for data analysis and visualisation Numpy, Pandas, Matplolib and Seaborn.

Downloading the Dataset

The data will be downloaded using urllib

import jovian

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

from urllib.request import urlretrieve