Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Ruhama-Beshada/solar-challenge-week0

Domain:

environment and energy

Record type:

dataset
Creator:
Ruh
Host:
Data analysis and strategic insights on solar farm measurements from Benin, Sierra Leone, and Togo---part of the 10 Academy Week 0 Challenge. # 🌞 Solar Challenge Week 0 β€” Environment Setup & EDA Preparation ## πŸ“˜ Project Overview This repository contains the setup and exploratory data analysis (EDA) workflow for the **Solar Challenge Week 0**. The goal is to profile, clean, and explore solar datasets from **Benin (Malanville)**, **Togo (Dapaong)**, and **Sierra Leone (Bumbuna)** to prepare clean and comparable datasets for later analysis. --- ## βš™οΈ Environment Setup ### 1. Clone the Repository bash git clone github.com cd solar-challenge-week0 # Create a virtual environment python -m venv venv # Activate environment # On Windows venv\Scripts\activate # On macOS/Linux source venv/bin/activate # instal Dependencies pip install -r requirements.txt # Repository Structure solar-challenge-week0/ β”‚ β”œβ”€β”€ .github/workflows/ # CI/CD workflows for testing β”‚ └── unittests.yml β”‚ β”œβ”€β”€ notebooks/ # Jupyter notebooks for EDA β”‚ β”œβ”€β”€ __init__.py β”‚ β”œβ”€β”€ README.md β”‚ β”œβ”€β”€ benin_eda.ipynb β”‚ β”œβ”€β”€ togo_eda.ipynb β”‚ └── sierra_leone_eda.ipynb β”‚ β”œβ”€β”€ src/ # Source scripts and helpers β”‚ β”œβ”€β”€ __init__.py β”‚ └── utils.py β”‚ β”œβ”€β”€ tests/ # Unit tests for validation β”‚ └── __init__.py β”‚ β”œβ”€β”€ data/ # (Git-ignored) raw & cleaned datasets β”‚ └── *.csv β”‚ β”œβ”€β”€ requirements.txt # Python dependencies β”œβ”€β”€ .gitignore # Files/folders excluded from Git β”œβ”€β”€ README.md # Project documentation └── interim_report.md # Week 0 interim report # Task 2 ## Data Analysis Workflow ## Task 2.1 β€” Data Loading & Inspection Load raw CSV files for Benin, Sierra Leone, and Togo. Inspect column types, missing values, and initial statistics. ## Task 2.2 β€” Country-Level EDA & Cleaning Cleaning: Impute missing values with median, remove outliers using Z-score threshold. ## Visualizations: Line plots: Solar irradiance (GHI, DNI, DHI) vs. Timestamp …

Visit

github.com

Languages

Hamer-Banna

Similar

lhiwi/solar-challenge-week0habeneyasu/solar-challenge-week0eyuBirhanu/solar-challenge-week0MYGBM/solar-challenge-week0TsegayIS122123/solar-challenge-week0Hilina123amare/solar-challenge-week0

lhiwi/solar-challenge-week0

Solar Data Discovery Week 0: Git & Environment setup for Benin, Sierra Leone & Togo solar‐farm analy

habeneyasu/solar-challenge-week0

Solar farm data analysis across Benin, Sierra Leone, and Togo. Includes EDA, cross-country comparis

eyuBirhanu/solar-challenge-week0

Analysis of solar farm data for Benin, Sierra Leone, and Togo to identify high-potential regions for

MYGBM/solar-challenge-week0

Data profiling and Exploratory Data Analysis for the solar radiation measurement Data for Beni, Sier

TsegayIS122123/solar-challenge-week0

Week 0 Challenge – Solar Data Discovery: Cross-country solar farm analysis for Benin, Sierra Leone,

Hilina123amare/solar-challenge-week0

Solar data analysis and strategy insights for MoonLight Energy Solutions (Benin, Sierra Leone, Togo)