--- license: cc-by-4.0 task_categories: - tabular-classification language: - en tags: - healthcare - health-workforce - burnout - brain-drain - retention - task-shifting - sub-saharan-africa - lmic pretty_name: "Healthcare Worker Workforce & Retention (Burnout, Migration, Staffing)" size_categories: - 10K Validation Report

Key validation checks: - **Burnout gradient**: 22% → 59% → 83% ✓ - **Vacancy gradient**: 25% → 41% → 61% ✓ - **Salary dissatisfied**: ~55% ✓ - **Migration higher in urban** (doctors) ✓ - **Low salary = #1 reason** to leave ✓ ## 5. Usage ```python from datasets import load_dataset dataset = load_dataset("electricsheepafrica/health-workforce-retention", "district_hospital") df = dataset["train"].to_pandas() ``` ## 6. Limitations - **Simulated**: Not from real HR records. - **No facility-level data**: No bed counts or catchment. - **Simplified**: No detailed training pipeline. - **Cross-sectional**: No longitudinal tracking. ## 7. References 1. McKinsey (2024). SSA healthcare worker shortage. 2. ScienceDirect (2025). HCW migration mitigation Africa. 3. PMC (2025). Skilled HCW shortage and surplus. 4. BMJ GH (2022). Projected HWF requirements 2023-2030. 5. PMC (2025). HWF shortage addressing health needs. ## Citation ```bibtex @dataset{esa_hcw_workforce_2025, title={Healthcare Worker Workforce and Retention Dataset}, author={Electric Sheep Africa}, year={2025}, publisher={Hugging Face}, url={https://huggingface.co/datasets/electricsheepafrica/health-workforce-retention} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)