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

Covid-19 Kerala

  • This project analyses the data regarding the spread of corona virus in the state of Kerala.
  • The original dataset was obtained from Kaggle which contains the data on corona virus spread on entire India.
  • The data is further modified to the details regarding only on the state of Kerala for convenience.
  • The tools used are numpy, pandas, matplotlib & seaborn.
  • This project is done as part of the course Data Analysis with Python: Zero to Pandas.

Downloading the Dataset

  • The dataset is downloaded from Kaggle.
  • The dataset was found using the link provided in the notebook.
!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/mehulkatara/covid19india'