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

Project Title - coronavirus cases across the world

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.

  • In this project we try to discover different things about coronavirus cases across the world .
  • this dataset is very and i found it on kaggle
  • i am trying to compute some mathematical operations on this dataset and visualise them by plotting graph .
  • i am using tools and techniques that i have learnt on jovian data analysis with python :zero to pandas

Downloading the Dataset

to operate on the data we have to download the data . we are downloading data from kaggle . to download this we have to make account on kaggle and download the api key in settings .
!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'