Skip to content

A comparative view of confirmed COVID cases, confirmed deaths, recovered cases and Active COVID cases across the world.

Notifications You must be signed in to change notification settings

Tanya-Rawat/Global-COVID-19-Analysis-A-Data-driven-Perspective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

COVID-cases-Visualization

Inspiration

To provide a comparative view of confirmed covid cases, confirmed deaths, recovered cases and Active COVID cases across the world.

What it does

It provides a Visual representation of Confirmed, Deaths, Recovered and Active cases of COVID through Bar Graphs and Pie charts.

How I built it

  1. The dataset used from kaggle - country_wise_data.csv
  2. I used the Python libraries - numpy, pandas, matplotlib.
  3. The dataset was read and the Top 10 countries with confirmed cases, deaths, recovered cases and active cases were sorted out, all the remaining countries' cases were added together and assigned to others.
  4. Then, a Bar graph and Pie chart were constructed using matplotliib for the sorted data.

Insights

  • The US had the most number of confirmed COVID cases, deaths, and active cases, while Brazil had the most recovered COVID cases.

What I learnt

  1. How to sort data and organize it for graphs.
  2. Construct the pie chart using matplotlib.

What's next for COVID cases visualization

  1. We could connect it to a live dataset that will keep the Data Visualization up to date.
  2. We can also try to create a machine-learning model to predict future COVID cases and deaths.

OUTPUT

bargraph image

deaths image

recovered image

active image

About

A comparative view of confirmed COVID cases, confirmed deaths, recovered cases and Active COVID cases across the world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages