Logo Lanfrica

arsema16/ethiopia-fi-forecast

Domain:

socioeconomic

Record type:

project
Creator:
ars
Host:
# Ethiopia Financial Inclusion Forecast ## Project Overview This project forecasts financial inclusion in Ethiopia using time series methods, focusing on Access (Account Ownership) and Usage (Digital Payment Adoption) dimensions. ## πŸ“‚ Repository Structure ``` ethiopia-fi-forecast/ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # Starter and enriched datasets β”‚ β”‚ β”œβ”€β”€ ethiopia_fi_unified_data.csv β”‚ β”‚ └── reference_codes.csv β”‚ └── processed/ # Analysis-ready data β”œβ”€β”€ notebooks/ β”‚ β”œβ”€β”€ task1_data_exploration_and_enrichment.ipynb β”‚ └── task2_exploratory_data_analysis.ipynb β”œβ”€β”€ src/ # Source code β”œβ”€β”€ dashboard/ # Streamlit dashboard β”œβ”€β”€ tests/ # Unit tests β”œβ”€β”€ reports/ β”‚ β”œβ”€β”€ data_enrichment_log.md # Documentation of data additions β”‚ └── figures/ # Generated visualizations └── requirements.txt # Python dependencies ``` ## πŸš€ Quick Start ### Prerequisites - Python 3.8+ - Jupyter Notebook/Lab - Git ### Installation ``` # Clone the repository git clone github.com cd ethiopia-fi-forecast ``` ``` # Install dependencies pip install -r requirements.txt ``` # Launch Jupyter jupyter notebook # Running the Notebooks Task 1: notebooks/task1_data_exploration_and_enrichment.ipynb # Explores the schema and enriches the dataset Task 2: notebooks/task2_exploratory_data_analysis.ipynb Comprehensive EDA with visualizations and insights # πŸ“Š Key Findings (Interim Submission) ### 1. Access Trends Account ownership: 14% (2011) β†’ 49% (2024) Growth deceleration: 11pp (2017-2021) β†’ 3pp (2021-2024) ### 2. Usage Trends Digital payment adoption: ~35% (2024) Mobile money accounts: 9.45% (2024) ### 3. Key Insights Event impacts show lagged effects (6-12 months) # Infrastructure correlates positively with adoption Data gaps in gender and regional disaggregation # πŸ“ˆ Visualizations Generated visualizations are available in reports/figures/: Dataset overview Temporal coverage heatmap Access trajectory Usage trajectory Event timeline Correlation matrix …