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

Country wise covid 19 analysis.

In this i have taken dataset of covid 19 according to different countries. I got this dataset from kaggle. I converted my dataset to dataframe and performed some cleaning so that it looks good. I have used padas, numpy, and some visualization libraries like matplotlib and seaborn to do data analysis.

Downloading the Dataset

Now we will download our dataset from kaggle. By providing a link and using opendatasets lib of python we can download any open dataset.

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://www.kaggle.com/imdevskp/corona-virus-report'