Skip to content

Analysis of global COVID-19 trends using Python. Includes data cleaning, aggregation, and visualizations of confirmed, death, and recovered cases across countries.

Notifications You must be signed in to change notification settings

RushiChinagounolla/covid19-global-health-analysis-python

Repository files navigation

πŸ§ͺ COVID-19 Global Health Analysis with Python

This repository contains an end-to-end analysis of global COVID-19 trends using Python and Jupyter Notebook. The project covers data cleaning, aggregation, and a variety of visualizations to highlight patterns in confirmed, death, and recovered cases across countries.


πŸ“‚ Files Included

  • covid19_global_health_analysis.ipynb
    Main Jupyter notebook with all analysis and commentary.

  • time_series_covid19_confirmed_global.csv
    Global confirmed cases dataset.

  • time_series_covid19_deaths_global.csv
    Global deaths dataset.

  • time_series_covid19_recovered_global.csv
    Global recovered cases dataset.


πŸ—ƒοΈ Dataset Source


πŸ”Ž Techniques Used

  • Data wrangling and cleaning with pandas
  • Grouping, aggregation, and data manipulation
  • Descriptive statistics
  • Data visualization with matplotlib and seaborn

πŸ“Š Project Highlights

  • Visualizes the worldwide spread of COVID-19 month by month
  • Ranks countries by confirmed, death, and recovered cases
  • Shows comparative and stacked bar charts for top affected countries
  • All steps and insights are clearly explained in the notebook

πŸ“ˆ Sample Visualizations

Global Trend Top 15 Confirmed Cases Countries Grouped Bar Chart: Top 15 Stacked Bar Chart: Top 15

About

Analysis of global COVID-19 trends using Python. Includes data cleaning, aggregation, and visualizations of confirmed, death, and recovered cases across countries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published