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

EDA on Covid-19 data using Python

This notebook performs an Exploratory Data Analysis on data collected on Covid-19. The dataset used for analysis is a collection of the COVID-19 data maintained by Our World in Data (OWID). It contains data on confirmed cases, deaths, and testing, as well as other variables of potential interest.

The notebook is also aimed to facilitate my completion of the Data Analysis with Python course at Jovian.ml. Please check out the course here.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

project_name = "EDA on Covid-19 data using Python" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ml/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... [jovian] Committed successfully! https://jovian.ml/mwambuandrew7/eda-on-covid-19-data-using-python