Logo Lanfrica

Wave-eer/-Forecasting-Financial-Inclusion-in-Ethiopia

Domaine:

socioeconomic

Type de record:

project
Créateur:
Wav
Hôte:
# Forecasting Financial Inclusion in Ethiopia (2011–2027) ## 📌 Executive Summary This repository contains the end-to-end data enrichment, exploratory data analysis (EDA), event impact modeling, multi-scenario forecasting (2025–2027), and Streamlit dashboard application for tracking and projecting financial inclusion in Ethiopia. ### 📚 Key Deliverables & Reports - 📈 **Interim Progress Report (Plan vs. Progress)**: Side-by-side milestone tracking, completed work documentation, challenge reflections, and revised roadmap. - 💯 **Plan vs. Progress Rubric Evaluation**: Self-evaluation scorecard earning **16/16 points (100% Exceeds Expectations)**. - 📄 **Comprehensive Technical Report**: Full 5-section technical analysis, methodology, validation, and policy directives. - 📰 **Medium Blog Post**: Publication-ready blog post for industry & non-technical leaders. - 💯 **Assignment Rubric Evaluation Scorecard**: Detailed self-evaluation earning **19/19 points (100% Exceeds Expectations)**. --- ## 🛠️ Project Structure ``` ├── .github/ │ └── workflows/ │ └── unittests.yml # GitHub Actions CI workflow ├── app/ │ └── main.py # Streamlit Dashboard application ├── data/ │ ├── ethiopia_fi_unified_data.csv# Enriched Unified Schema dataset │ ├── ethiopia_fi_unified_data.xlsx# Original Excel dataset │ ├── reference_codes.csv # Indicator code definitions │ └── data_enrichment_log.md # Audit log of data additions ├── notebooks/ │ ├── 01_eda_and_enrichment.ipynb# EDA & trajectory analysis notebook │ ├── 02_event_impact_modeling.ipynb# Association matrix & historical validation │ └── 03_forecasting.ipynb # 2025-2027 forecasts & scenario modeling ├── reports/ │ ├── interim_progress_report.md # Interim Progress Report (Plan vs. Actual) │ ├── progress_report_rubric_evaluation.md # Progress Rubric Scorecard (16/16 pts) │ ├── financial_inclusion_forecasting_report.md # Technical Report │ ├── blog_post_medium.md …