Data-driven evaluation of Kenya’s migration policy framework using Python-based analysis (UNHCR, KNBS, OpenBudget datasets.)
# 🇰🇪 Kenya Migration Policy – Python Analysis
A data-driven evaluation of Kenya’s Migration & Citizen Services programme using real administrative and humanitarian data (UNHCR snapshots + OpenBudget Kenya fiscal allocations).
This repository supports the research paper:
**“Evaluating the Effectiveness and Implementation Gaps of Migration Policy Framework in Kenya: A Data-Driven Approach.”**
---
Quick Start
```bash
git clone
github.com
cd Kenya-migration-policy-python-analysis
# Create virtual environment
python3 -m venv venv
source venv/bin/activate # Linux/Mac
# OR: venv\Scripts\activate # Windows
# Install dependencies
pip install -r requirements.txt
# Launch Jupyter
jupyter notebook notebooks/analysis.ipynb