--- license: cc-by-4.0 task_categories: - tabular-classification - tabular-regression language: - en tags: - healthcare - medicine-quality - QC-laboratory - ISO-17025 - WHO-prequalification - HPLC - proficiency-testing - sub-saharan-africa - lmic pretty_name: "Medicine Quality Control Laboratories (Equipment, Staff, Proficiency, Budget)" size_categories: - 10K Validation Report

## Usage ```python from datasets import load_dataset dataset = load_dataset("electricsheepafrica/medicine-quality-control-labs", "national_reference_lab") df = dataset["train"].to_pandas() print(df[['staff_analysts', 'equipment_functional_pct', 'samples_tested_per_year']].describe()) ``` ## References 1. WHO (2023). QC lab capacity in Africa. 2. USP PQM+. Lab strengthening in 50+ countries. 3. WHO Prequalification of QC Laboratories. 4. African Medicines Quality Forum. ## Citation ```bibtex @dataset{esa_qc_labs_2025, title = {Medicine Quality Control Laboratories Dataset}, author = {{Electric Sheep Africa}}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/electricsheepafrica/medicine-quality-control-labs} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)