Logo Lanfrica

Guyatu1627/climate-challenge-week0

Domain:

climate
Creator:
Guy
Host:
This is my workspace for the 10 Academy AI Mastery challenge, where I'm stepping into the role of a Junior Data Analyst at EthioClimate Analytics. I’m analyzing historical weather patterns across Ethiopia, Kenya, Sudan, Tanzania, and Nigeria to find 'negotiation-grade' insights for the upcoming COP32 climate summit. # EthioClimate Analytics - Week 0 Challenge ## Project Overview This project analyzes climate trends for Ethiopia, Kenya, Sudan, Tanzania, and Nigeria to support evidence-based policy for COP32. ## Setup Instructions 1. **Clone the repo:** `git clone github.com` 2. **Create a Virtual Environment:** `python -m venv venv` 3. **Activate it:** - Windows: `.\venv\Scripts\activate` -Mac/Linux: `source venv/bin/activate` 4. **Install Tools:** `pip install -r requirements.txt` ## Folder Structure - `notebooks/`: Data exploration - `src/`: Core Python logic - `tests/`: Automated tests