File size: 2,026 Bytes
065c8ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
license: cc-by-4.0
task_categories:
  - tabular-classification
language:
  - en
tags:
  - substandard-falsified-medicines
  - online-pharmacy
  - unregistered-medicines
  - e-commerce
  - synthetic
  - sub-saharan-africa
pretty_name: Online Pharmacy & Unregistered Medicines (SSA)
size_categories:
  - 10K<n<100K
configs:
  - config_name: social_media_marketplace
    data_files: data/online_social_media.csv
    default: true
  - config_name: dedicated_online_pharmacy
    data_files: data/online_dedicated.csv
  - config_name: cross_border_ecommerce
    data_files: data/online_cross_border.csv
---

# Online Pharmacy & Unregistered Medicines in Sub-Saharan Africa

## Abstract

Synthetic dataset modelling online pharmaceutical sales, unregistered medicine prevalence, and health outcomes across social media, dedicated e-pharmacies, and cross-border e-commerce in SSA. WHO estimates 50% of medicines from illegal online sites are falsified.

## Parameterization Evidence

| Parameter | Value | Source | Year |
| --- | --- | --- | --- |
| 50% of online medicines from illegal sites falsified | Prevalence | WHO | 2018 |
| Most counterfeited: analgesics, antibiotics, ARVs, stimulants | Products | SAHPRA | 2023 |
| Growing e-pharmacy and social media sales in Africa | Trend | Literature review | 2024 |

## Validation

![Validation Report](validation_report.png)

## Usage

```python
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/online-pharmacy-unregistered", "social_media_marketplace")
```

## References

1. WHO. Substandard and falsified medical products. 2018.
2. SAHPRA. Fake medicines are a dangerous threat in Africa. 2023.

## Citation

```bibtex
@dataset{electricsheepafrica_online_pharmacy_unregistered_2025,
  title={Online Pharmacy and Unregistered Medicines in Sub-Saharan Africa},
  author={Electric Sheep Africa},
  year={2025},
  publisher={HuggingFace},
  url={https://huggingface.co/datasets/electricsheepafrica/online-pharmacy-unregistered}
}
```

## License

CC-BY-4.0