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

Welcome to Covid19 Data Analysis Notebook

The project will explore the COVID-19 data globally and Canada in particular from beginning of 2020 until September of 2020: The dataset contains for each country of the world, new confirmed cases and new confirmed cases per million, total cases, new deaths, total new deaths, I got the dataset from OWID. I will analyze the data to determine the trend in new cases and new deaths as well as new cases per million and total deaths per million globally and for Canada. I used the course as areference for this project where I learned a lot about Numpy, Panda, Data Visualization using MATPLOTLIB and exploratory data analysis etc.

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

project_name = "COVID-19 Data Analysis" # COVID-19 Data Analysis - World/Canada
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name, files=['owid-covid-data.csv'])
[jovian] Attempting to save notebook.. [jovian] Updating notebook "alkarimnathoo/covid-19-data-analysis" on https://jovian.ml/ [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Uploading additional files... [jovian] Committed successfully! https://jovian.ml/alkarimnathoo/covid-19-data-analysis