Week 1 Solar Data Discovery challenge: EDA and insights for solar farm performance in West Africa
\# Solar Data Discovery Project
\## Overview
Analysis of solar energy performance across West African countries.
\## Folder Structure
\- src/: scripts
\- notebooks/: EDA notebooks
\- data/: raw and cleaned datasets
\- App/: Streamlit dashboard
\## How to Run
1\. Install dependencies:
pip install -r requirements.txt
2\. Run dashboard:
streamlit run App/app.py
\## Data
\- Cleaned dataset: data/cleaned/cleaned\_solar\_data\_all\_countries.csv
\- Description: GHI, solar irradiance, etc., across countries
\## Contribution / Branch Workflow
\- Feature branches merged into main