This repository contains a comprehensive analysis of the global impact of the COVID-19 pandemic, examining epidemiological data, economic consequences, healthcare system responses, and social effects across different regions and countries.
- Johns Hopkins University CSSE COVID-19 Dataset
- Our World in Data COVID-19 Dataset
- World Bank Economic Indicators
- WHO COVID-19 Dashboard
- Epidemiological Analysis: Tracking case counts, deaths, recovery rates, and testing metrics
- Economic Impact: Analysis of GDP changes, unemployment rates, and market responses
- Healthcare Systems: Hospital capacity, vaccination campaigns, and healthcare infrastructure
- Social Impact: Mobility changes, policy responses, and behavioral adaptations
- Comparative analysis of pandemic waves across different geographical regions
- Correlation between policy interventions and infection rates
- Economic recovery patterns post lockdown periods
- Healthcare system resilience factors
- Vaccination campaign effectiveness across different demographics
This repository includes various visualizations:
- Interactive dashboards showing global and regional trends
- Comparative charts of infection rates and policy responses
- Economic impact heatmaps
- Healthcare system stress indicators
- Vaccination progress tracking
- Data Processing: Python (Pandas, NumPy)
- Statistical Analysis: R, SciPy
- Visualization: Matplotlib, Seaborn, Plotly, Tableau
- Machine Learning: Scikit-learn (for predictive models)
- GIS Analysis: QGIS, GeoPandas
- Python 3.8+
- R 4.0+ (optional)
- Required packages listed in
requirements.txt
git clone https://github.com/AdilShamim8/COVID-19_Global_Impact_Analysis.git
cd COVID-19_Global_Impact_Analysis
pip install -r requirements.txtpython src/main.py.
├── data/ # Raw and processed datasets
├── notebooks/ # Jupyter notebooks for exploratory analysis
├── src/ # Source code for data processing and analysis
├── visualizations/ # Generated charts, graphs, and dashboards
├── reports/ # Analysis reports and findings
└── README.md # This file
Contributions to this analysis are welcome! Please feel free to submit a pull request or open an issue to discuss potential improvements or additional analyses.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-analysis) - Commit your changes (
git commit -m 'Add some amazing analysis') - Push to the branch (
git push origin feature/amazing-analysis) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: November 2025