File size: 4,885 Bytes
ad7d2eb b5cad70 ad7d2eb b5cad70 ad7d2eb b5cad70 | 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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | ---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license: cc-by-4.0
multilinguality:
- monolingual
size_categories:
- 1K<n<10K
source_datasets:
- original
task_categories:
- other
task_ids: []
tags:
- africa
- humanitarian
- hdx
- electric-sheep-africa
- hxl
- operational-capacity
- operational-presence
- who-is-doing-what-and-where-3w-4w-5w
- mli
pretty_name: "Mali: Operational Presence"
dataset_info:
splits:
- name: train
num_examples: 3339
- name: test
num_examples: 834
---
# Mali: Operational Presence
**Publisher:** OCHA Mali · **Source:** [HDX](https://data.humdata.org/dataset/mali-operational-presence) · **License:** `cc-by-igo` · **Updated:** 2025-08-06
---
## Abstract
The Who does What Where (3W) is a core humanitarian coordination dataset. It is critical to know where humanitarian organizations are working and what they are doing in order to identify gaps and plan for future humanitarian response. This dataset includes a list of humanitarian organizations operating in Mali at Admin 3.
Each row in this dataset represents subnational administrative unit observations. Data was last updated on HDX on 2025-08-06. Geographic scope: **MLI**.
*Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
---
## Dataset Characteristics
| | |
|---|---|
| **Domain** | Humanitarian and development data |
| **Unit of observation** | Subnational administrative unit observations |
| **Rows (total)** | 4,174 |
| **Columns** | 12 (0 numeric, 12 categorical, 0 datetime) |
| **Train split** | 3,339 rows |
| **Test split** | 834 rows |
| **Geographic scope** | MLI |
| **Publisher** | OCHA Mali |
| **HDX last updated** | 2025-08-06 |
---
## Variables
**Geographic** — `organisation_accronyme` (UNICEF, OMS, USAID), `type_organisation` (ONG int, Agence UN, ONG Nat), `admin1pcod` (ML05, ML04, ML03), `region` (Mopti, Segou, Sikasso), `admin2pcod` (ML0502, ML0305, ML0506) and 1 others.
**Identifier / Metadata** — `esa_source`, `esa_processed`.
**Other** — `nom_organisation` (Fonds des Nations Unies pour l'Enfance, Organisation mondiale de la santé, U.S. Agency for International Development), `cercle` (Bankass, Sikasso, Mopti), `commune` (Gao, Ansongo, Koro), `cluster` (Santé, Protection, Secal*).
---
## Quick Start
```python
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-mali-operational-presence")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
```
---
## Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
| `organisation_accronyme` | object | 0.0% | UNICEF, OMS, USAID |
| `nom_organisation` | object | 0.0% | Fonds des Nations Unies pour l'Enfance, Organisation mondiale de la santé, U.S. Agency for International Development |
| `type_organisation` | object | 0.0% | ONG int, Agence UN, ONG Nat |
| `admin1pcod` | object | 0.0% | ML05, ML04, ML03 |
| `region` | object | 0.0% | Mopti, Segou, Sikasso |
| `admin2pcod` | object | 0.0% | ML0502, ML0305, ML0506 |
| `cercle` | object | 0.0% | Bankass, Sikasso, Mopti |
| `admin3pcod` | object | 0.0% | ML070303, ML060506, ML050609 |
| `commune` | object | 0.0% | Gao, Ansongo, Koro |
| `cluster` | object | 0.0% | Santé, Protection, Secal* |
| `esa_source` | object | 0.0% | |
| `esa_processed` | object | 0.0% | |
---
## Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
_No numeric columns._
---
## Curation
Raw data was downloaded from HDX via the CKAN API and converted to Parquet. Column names were lowercased and standardised to snake_case. Common missing-value markers (`N/A`, `null`, `none`, `-`, `unknown`, `no data`, `#N/A`) were unified to `NaN`. 1,287 exact duplicate rows were removed. The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
---
## Limitations
- Data originates from OCHA Mali and has not been independently validated by ESA.
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/mali-operational-presence) for the publisher's own methodology notes and caveats.
---
## Citation
```bibtex
@dataset{hdx_africa_mali_operational_presence,
title = {Mali: Operational Presence},
author = {OCHA Mali},
year = {2025},
url = {https://data.humdata.org/dataset/mali-operational-presence},
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}
```
---
*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.* |