https://github.com/riakjam/covid-19
https://github.com/riakjam/covid-19
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/riakjam/covid-19
- Owner: RiakJam
- Created: 2025-07-31T11:28:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-31T11:33:35.000Z (12 months ago)
- Last Synced: 2025-07-31T15:17:27.783Z (12 months ago)
- Language: Python
- Size: 9.42 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid-19
# 🌍 COVID-19 Global Data Analysis


A data analysis project examining COVID-19 case trends, mortality rates, and vaccination progress across six countries.
## 📌 Project Overview
This project analyzes the Our World in Data COVID-19 dataset to compare pandemic progression in:
- Kenya
- United States
- India
- Brazil
- United Kingdom
- Germany
## 🎯 Objectives
1. Track COVID-19 case and death trajectories
2. Compare vaccination rollout effectiveness
3. Calculate country-specific mortality rates
4. Visualize global case distribution
5. Identify key differences in national responses
## 🛠️ Technical Stack
### Core Libraries
- `pandas` - Data manipulation
- `matplotlib` - Basic visualizations
- `seaborn` - Enhanced statistical plots
- `plotly` - Interactive maps
### Data Source
[Our World in Data COVID-19 Dataset](https://github.com/owid/covid-19-data)
## 🚀 Installation & Usage
```bash
# Clone repository
git clone https://github.com/RiakJam/covid-19.git
# Navigate to project
cd covid-19
# Install dependencies
pip install -r requirements.txt
# Run analysis
python3 covid_19.py