Exploratory analysis of historical climate data (2015–2026) for Ethiopia, Kenya, Sudan, Tanzania, and Nigeria to identify trends, anomalies, and climate risks.
# climate-data-challenge-week0
Exploratory analysis of historical climate data (2015–2026) for Ethiopia, Kenya, Sudan, Tanzania, and Nigeria to identify trends, anomalies, and climate risks.
How to run this project:
1\. Clone repo
2\. Create virtual environment:
python -m venv venv
3\. Activate environment:
source venv/Scripts/activate
4\. Install dependencies:
pip install -r requirements.txt