https://github.com/anastasius21/covid-19-data-analysis
This repository contains Python scripts for analyzing COVID-19 cases and deaths using Pandas and Matplotlib. It provides visualizations in the form of pie charts for both worldwide and country-specific COVID-19 statistics.
https://github.com/anastasius21/covid-19-data-analysis
covid-19-data covid-19-data-analysis covid-19-trend data-science python
Last synced: 3 months ago
JSON representation
This repository contains Python scripts for analyzing COVID-19 cases and deaths using Pandas and Matplotlib. It provides visualizations in the form of pie charts for both worldwide and country-specific COVID-19 statistics.
- Host: GitHub
- URL: https://github.com/anastasius21/covid-19-data-analysis
- Owner: anastasius21
- Created: 2025-02-19T12:16:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T12:38:05.000Z (over 1 year ago)
- Last Synced: 2025-08-13T01:29:16.456Z (12 months ago)
- Topics: covid-19-data, covid-19-data-analysis, covid-19-trend, data-science, python
- Language: Jupyter Notebook
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID-19-Data-Analysis
This repository contains Python scripts for analyzing COVID-19 cases and deaths using Pandas and Matplotlib. It provides visualizations in the form of pie charts for both worldwide and country-specific COVID-19 statistics. There are two Script files (.py )and two notebooks (.ipynb) for the same Script files. The two files are named Covid19_Stats_Worldwide and Covid19_Stats_CountryWise respectively.
# Covid19_Stats_Worldwide
This python code uses Pandas and Matplotlib to visualize the dataset of COVID 19 as taken from the [World Health Organization (WHO)](https://data.who.int/dashboards/covid19/data) website and then displaying the stats using a pie chart. The Pie Chart visualizes the total percentage of cases and Deaths worldwide.
# Covid19_Stats_CountryWise
This python code uses pandas and Matplotlib to visualize the dataset of COVID 19 as taken from the [World Health Organization (WHO) website](https://data.who.int/dashboards/covid19/data) and then displaying the stats using pie charts. The code pushes the user to enter the country name and then displays the pie chart against it.