COVID-19 Data Analysis Project
Project Description This project analyzes COVID-19 data for Tanzania, China, and India, focusing on cases, deaths, and vaccination trends. The analysis provides insights into the pandemic's impact across these three countries using data visualization and statistical methods.
Objectives
- Collect and analyze COVID-19 data from Our World in Data repository
- Compare pandemic trends across Tanzania, China, and India
- Visualize key metrics including total cases, deaths, and vaccination progress
- Calculate critical indicators such as death rates and vaccination coverage
- Present findings through comprehensive data visualizations and statistical analysis
Tools and Libraries Used
- Python 3.13.4
- Pandas - Data manipulation and analysis
- NumPy - Numerical computing
- Matplotlib - Data visualization
- Seaborn - Statistical data visualization
- Plotly Express - Interactive visualizations
- Jupyter Notebook - Development environment
How to Run/View the Project
- Clone or download this repository
- Install required dependencies: bash pip install pandas numpy matplotlib seaborn plotly