--- license: cc-by-4.0 task_categories: - tabular-classification - tabular-regression language: - en tags: - healthcare - supply-chain - laboratory - reagent - diagnostics - GeneXpert - molecular - ASLM - sub-saharan-africa - lmic pretty_name: "Laboratory Reagent Supply (Reagent Availability, Equipment, Diagnostic Access, Stockouts)" size_categories: - 10K Validation Report

## 5. Usage ```python from datasets import load_dataset dataset = load_dataset( "electricsheepafrica/laboratory-reagent-supply", "district_laboratory" ) df = dataset["train"].to_pandas() # Which departments are most affected by stockouts? print(df.groupby('department')['available_on_survey_day'].mean().sort_values()) ``` ## 6. Limitations - **Simulated**: Not from real laboratory information systems. - **No platform lock-in**: Proprietary reagent-equipment dependencies simplified. - **No quality assurance**: External quality assessment participation not modelled. ## 7. References 1. Lancet Commission on Diagnostics (2021). 47% lack access to diagnostics. 2. WHO SARA. Service Availability and Readiness Assessment. Laboratory indicators. 3. ASLM. African Society for Laboratory Medicine. Lab strengthening frameworks. 4. PEPFAR. Laboratory network and GeneXpert reagent supply data. ## Citation ```bibtex @dataset{esa_lab_reagent_2025, title = {Laboratory Reagent Supply Dataset}, author = {{Electric Sheep Africa}}, year = {2025}, publisher = {Hugging Face}, url = {https://huggingface.co/datasets/electricsheepafrica/laboratory-reagent-supply}, note = {Simulated dataset. Not for clinical or procurement decisions.} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)