# Financial-inclusion-forecasting-system-week10
## π Project Overview
This project builds a **financial inclusion forecasting system for Ethiopia**.
It covers the **full data science pipeline** β from raw data ingestion and enrichment to forecasting and an interactive dashboard.
The goal is to help policymakers and analysts **understand trends and predict future financial inclusion indicators** using historical data.
---
## π§± Project Folder Structure
ethiopia-fi-forecast/
βββ data/
β βββ raw/ # Original datasets
β β βββ ethiopia_fi_unified_data.xlsx
β β βββ Additional Data Points Guide.xlsx
β β βββ reference_codes.xlsx
β βββ processed/ # Cleaned and enriched datasets + forecast outputs
β βββ ACC_OWNERSHIP_forecast.xlsx
β βββ all_aggregated_forecasts.xlsx
β βββ ethiopia_fi_features.xlsx
β βββ ethiopia_fi_unified_data_enriched.xlsx
βββ notebooks/ # Jupyter notebooks for each task
β βββ task1_data_exploration.ipynb
β βββ task2_forecasting.ipynb
β βββ task3_modeling.ipynb
β βββ task4_analysis.ipynb
βββ src/ # Python helper scripts
β βββ __init__.py
β βββ data_utils.py
βββ reports/
β βββ figures/ # Visualizations and charts
βββ models/ # Forecasting models (saved if needed)
βββ dashboard/ # Dash interactive dashboard
β βββ app.py
βββ tests/
β βββ test_basic.py
βββ requirements.txt
βββ README.md
βββ .gitignore
---
## βοΈ Environment Setup
### 1οΈβ£ Create Conda Environment
bash
conda create -n ethiopia-fi python=3.10 -y
conda activate ethiopia-fi
### 2οΈβ£ Install Dependencies
pip install -r requirements.txt
# π§ͺ Task Breakdown
## β
Task 1: Data Exploration & Cleaning
**Location:** `notebooks/task1_data_exploration.ipynb`
**What was done:**
- Loaded raw Excel datasets from `data/raw/`
- Explored:
- **Record types** (`observation`, `event`, `impact_link`)
- **Pillars** (`A β¦