# Climate Change in Africa (1980–2023)
This project analyzes historical temperature data across five African countries (Egypt, Tunisia, Cameroon, Senegal, Angola) using Python and Plotly.
## Objective
- Load and clean the dataset
- Visualize average temperature trends (Tunisia vs Cameroon)
- Zoom into 1980–2005 period
- Compare temperature distributions in Senegal
- Show average temperature per country
- Answer custom questions using interactive visuals
## Dataset
Dataset Image / Link
## Files
- `DataVisualization.ipynb` → Jupyter notebook with code, plots, and interpretations
- `Africa_climate_change.csv` → Raw dataset
## Tools Used
- Python 3
- Pandas
- Plotly