πͺπΉ Forecasting Financial Inclusion in Ethiopia
Interim Submission β Tasks 1 & 2
This project builds a data-driven system to forecast Ethiopiaβs financial inclusion using time series data, national events, and policy interventions.
It follows the Global Findex framework and models two core pillars:
ACCESS β Account Ownership
USAGE β Digital Payment Adoption
π Project Structure
ethiopia-fi-forecast/
βββ data/
β βββ raw/ # Starter dataset
β βββ processed/ # Enriched + cleaned data
β
βββ notebooks/ # Analysis notebooks
β βββ 01_data_exploration.ipynb
β βββ 02_eda_analysis.ipynb
β
βββ reports/
β βββ figures/ # Charts from EDA
β βββ data_enrichment_log.md
β
βββ dashboard/ # (Future task)
βββ models/ # (Future task)
βββ src/
βββ requirements.txt
βββ README.md
βββ .gitignore
π§ Unified Data Design
This dataset follows a neutral schema:
Events are NOT assigned to pillars.
Their effects are captured using impact_link records.
record_type category pillar Meaning
observation (empty) YES Measured indicator
target (empty) YES Policy goal
event YES (empty) Neutral event
impact_link (empty) YES Event β indicator effect
This avoids bias and allows one event to affect many pillars.
π§ͺ Task 1 β Data Exploration & Enrichment
β Completed
Loaded unified dataset
Reviewed schema & reference codes
Analyzed:
record types
pillars
sources
confidence levels
time coverage
Added new indicators & events
Documented all changes in: