--- license: cc-by-4.0 task_categories: - tabular-classification language: - en tags: - healthcare - epilepsy - neurology - seizure - antiepileptic-drug - treatment-gap - sub-saharan-africa - lmic pretty_name: "Epilepsy & Neurological Disorders (Seizures, AED Access, Treatment Gap, Stigma)" size_categories: - 10K75% | PMC 2012 | | Neurologists per 100K | <0.1 | Lancet Neurology | | Phenobarbital only AED | Common | PMC 2024 | | Stigma prevalence | 40-50% | Literature | ### 2.2 Scenario Design | Scenario | Neurologist | EEG | AEDs | Treatment Gap | | --- | --- | --- | --- | --- | | Neurology clinic | Yes | Yes | Multiple | 25% | | District hospital | No | No | Phenobarbital | 55% | | Rural HC | No | No | Often stocked out | 80% | ## 3. Schema | Column | Type | Description | | --- | --- | --- | | id | int | Unique identifier | | age | int | Patient age | | seizure_type | categorical | GTC / focal / absence / myoclonic | | etiology | categorical | unknown / perinatal / CNS infection / TBI | | in_treatment_gap | binary | Not receiving any AED | | aed_prescribed | categorical | phenobarbital / carbamazepine / valproate / none | | aed_adherent | binary | Taking AED as prescribed | | stigma_experienced | binary | Social stigma | | traditional_healer_consulted | binary | Consulted traditional healer | | seizure_free_12m | binary | No seizures in 12 months | ## 4. Validation

Validation Report

Key validation checks: - **Treatment gap**: 25% → 55% → 80% ✓ - **AED prescribed**: 76% → 36% → 16% ✓ - **Seizure-free 12m**: 15% → 8% → 3% ✓ - **Stigma**: ~50% across scenarios ✓ - **Traditional healer**: ~40% ✓ - **Stock-outs**: 10% → 25% → 45% ✓ ## 5. Usage ```python from datasets import load_dataset dataset = load_dataset("electricsheepafrica/epilepsy-neurological", "district_hospital") df = dataset["train"].to_pandas() ``` ## 6. Limitations - **Simulated**: Not from real epilepsy registries. - **No EEG data**: No waveform or neuroimaging data. - **Simplified**: No detailed pharmacokinetics. - **No longitudinal**: Single time-point per patient. ## 7. References 1. PMC (2012). Epilepsy treatment SSA closing the gap. 2. PMC (2024). Epilepsy in Africa multifaceted perspective. 3. WHO (2024). Epilepsy fact sheet. 4. Lancet Neurology. Neurology workforce SSA. ## Citation ```bibtex @dataset{esa_epilepsy_neuro_2025, title={Epilepsy and Neurological Disorders Dataset}, author={Electric Sheep Africa}, year={2025}, publisher={Hugging Face}, url={https://huggingface.co/datasets/electricsheepafrica/epilepsy-neurological} } ``` ## License [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/)