--- license: cc-by-4.0 task_categories: - tabular-classification - tabular-regression language: - en tags: - healthcare - medicine-quality - regulatory - NRA - WHO-GBT - AMRH - pharmacovigilance - inspection - sub-saharan-africa - lmic pretty_name: "Pharmaceutical Regulatory Capacity (NRA Maturity, GBT Scores, SF Prevalence)" size_categories: - 10K Validation Report

## 5. Usage ```python from datasets import load_dataset dataset = load_dataset("electricsheepafrica/pharmaceutical-regulatory-capacity", "ml2_developing") df = dataset["train"].to_pandas() print(df[['overall_regulatory_score', 'sf_prevalence_estimated_pct']].describe()) ``` ## 6. Limitations - **Simulated**: Not from real WHO GBT assessments. - **Country-level aggregation**: Each record is an NRA snapshot, not granular. - **Regulatory function scores independent**: In reality, functions are correlated. ## 7. References 1. WHO Global Benchmarking Tool. NRA maturity levels ML1-ML4. 2. AMRH/AU-NEPAD. African Medicines Regulatory Harmonization. 3. Lancet Commission (2017). Essential Medicines — regulatory capacity and SF prevalence. 4. WHO (2022). Global landscape of pharmaceutical regulation. ## Citation ```bibtex @dataset{esa_reg_capacity_2025, title = {Pharmaceutical Regulatory Capacity Dataset}, author = {{Electric Sheep Africa}}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/electricsheepafrica/pharmaceutical-regulatory-capacity} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)