Skip to content

Latest commit

Β 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 COVID-19 Global Trends Analysis

Dashboard Preview (Optional screenshot)

πŸ“Œ Project Description

A data analysis project tracking COVID-19 cases, deaths, and vaccination progress across multiple countries using real-world datasets from Our World in Data. The project includes time-series analysis, country comparisons, and interactive visualizations.

🎯 Objectives

  • Import and clean global COVID-19 data
  • Analyze temporal trends in cases, deaths, and vaccinations
  • Compare metrics across countries/regions
  • Visualize trends with charts and maps
  • Communicate findings through an interactive report

πŸ› οΈ Tools & Libraries

python pandas # Data manipulation matplotlib # Basic visualizations seaborn # Advanced statistical plots plotly # Interactive visualizations jupyter # Notebook interface ipywidgets # Interactive controls (optional) πŸš€ How to Run Basic Setup Clone repository:

bash git clone https://github.com/yourusername/covid-analysis.git Install dependencies:

bash pip install -r requirements.txt Launch Jupyter Notebook:

bash jupyter notebook COVID_Analysis.ipynb Alternative Viewing HTML Report: Open COVID_Analysis.html in any browser

Interactive Dashboard (if implemented):

bash streamlit run dashboard.py πŸ” Key Insights Vaccination Impact: Countries with >50% vaccination coverage (like UK) showed 60% lower death rates compared to sub-20% coverage countries

Regional Patterns: South American countries (Brazil) had consistently higher death rates (2.8%) than African nations (Kenya at 1.5%)

Data Gaps: Developing nations showed significant reporting lags in vaccination data

πŸ“‚ Project Structure /covid-analysis β”œβ”€β”€ data/ # Raw and processed data β”‚ └── owid-covid-data.csv β”œβ”€β”€ analysis/ # Notebooks and reports β”‚ β”œβ”€β”€ COVID_Analysis.ipynb β”‚ └── COVID_Analysis.html β”œβ”€β”€ assets/ # Visualizations β”œβ”€β”€ dashboard.py # Streamlit app (optional) └── requirements.txt # Dependencies πŸ’‘ Reflections Challenge: Inconsistent data reporting across countries required careful missing-value handling

Learning: Time-series visualization techniques effectively reveal pandemic waves

Extension: Adding mobility data could enhance analysis of lockdown impacts

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages