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

Data Analysis with Python: Zero to Pandas - Course Project

This project is based on covid 19 and vaccination analysis. Dataset were injested from kaggle.com, WHO and datacamp.com

Data from many Countries around the world were looked into by comparing the cases, deaths and vaccinations from January, 2020 to March 2021

Step 1: Uploading dataset from local. Downloaded from WHO, Kaggle etc.....

import pandas as pd, matplotlib.pyplot as plt, seaborn as sns
The below are the Covid 19 and vaccination dataset 2020-2021. The dataset consist of incomplete information and several errors. As a result, the prediction or description might not be accurate
world_covid_df = pd.read_csv('./Desktop/FreeCamp/WHO-COVID-19-global-data.csv')