Standardize Electric Sheep Africa dataset card
Browse files
README.md
CHANGED
|
@@ -1,144 +1,144 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
- no-annotation
|
| 4 |
-
language_creators:
|
| 5 |
-
- found
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
license: cc-by-4.0
|
| 9 |
-
multilinguality:
|
| 10 |
-
- monolingual
|
| 11 |
-
size_categories:
|
| 12 |
-
- n<1K
|
| 13 |
-
source_datasets:
|
| 14 |
-
- original
|
| 15 |
task_categories:
|
| 16 |
- tabular-classification
|
| 17 |
- tabular-regression
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
tags:
|
| 20 |
-
- africa
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
-
-
|
| 26 |
-
-
|
| 27 |
-
-
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
num_examples: 3
|
| 38 |
---
|
| 39 |
|
| 40 |
-
# UNICEF ESARO Regional db 31 March 2018
|
| 41 |
|
| 42 |
-
**
|
| 43 |
|
| 44 |
-
--
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
-
##
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
-
|
| 51 |
|
| 52 |
-
|
| 53 |
|
| 54 |
-
---
|
| 55 |
|
| 56 |
-
## Dataset
|
| 57 |
|
| 58 |
-
| | |
|
| 59 |
|---|---|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
| 63 |
-
|
|
| 64 |
-
|
|
| 65 |
-
|
|
| 66 |
-
|
|
| 67 |
-
|
|
| 68 |
-
|
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
## Quick Start
|
| 81 |
|
| 82 |
```python
|
| 83 |
from datasets import load_dataset
|
| 84 |
|
| 85 |
-
ds
|
| 86 |
-
|
| 87 |
-
test = ds["test"].to_pandas()
|
| 88 |
|
| 89 |
-
|
| 90 |
-
|
|
|
|
|
|
|
| 91 |
```
|
| 92 |
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
## Schema
|
| 96 |
-
|
| 97 |
-
| Column | Type | Null % | Range / Sample Values |
|
| 98 |
-
|---|---|---|---|
|
| 99 |
-
| `instructions` | object | 5.6% | 1. The sheets to be updated are individual country tabs (Som etc.) and the "funding details" tabs. The "situation" tab updated to reflect any changes in context or situational data., South Sudan, Madagascar |
|
| 100 |
-
| `unnamed_1` | datetime64[ns] | 55.6% | |
|
| 101 |
-
| `esa_source` | object | 0.0% | HDX |
|
| 102 |
-
| `esa_processed` | object | 0.0% | 2026-04-06 |
|
| 103 |
-
|
| 104 |
-
---
|
| 105 |
-
|
| 106 |
-
## Numeric Summary
|
| 107 |
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
_No numeric columns._
|
| 111 |
|
| 112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
-
##
|
| 115 |
|
| 116 |
-
|
|
|
|
|
|
|
|
|
|
| 117 |
|
| 118 |
-
|
| 119 |
|
| 120 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
|
| 122 |
-
|
| 123 |
-
- Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
|
| 124 |
-
- The following columns have >20% missing values and should be treated with caution in modelling: `unnamed_1`.
|
| 125 |
-
- This dataset spans 9 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
|
| 126 |
-
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/unicef-esaro-regional-db-31-october-2017) for the publisher's own methodology notes and caveats.
|
| 127 |
|
| 128 |
-
-
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
## Citation
|
| 131 |
|
| 132 |
```bibtex
|
| 133 |
-
@
|
| 134 |
-
title
|
| 135 |
-
author
|
| 136 |
-
year
|
| 137 |
-
url
|
| 138 |
-
|
|
|
|
| 139 |
}
|
| 140 |
```
|
| 141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
---
|
| 143 |
|
| 144 |
-
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
task_categories:
|
| 6 |
- tabular-classification
|
| 7 |
- tabular-regression
|
| 8 |
+
multilinguality: monolingual
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
tags:
|
| 12 |
+
- "africa"
|
| 13 |
+
- "electric-sheep-africa"
|
| 14 |
+
- "open-data"
|
| 15 |
+
- "metadata-backed"
|
| 16 |
+
- "humanitarian-development"
|
| 17 |
+
- "parquet"
|
| 18 |
+
- "text"
|
| 19 |
+
- "humanitarian"
|
| 20 |
+
- "hdx"
|
| 21 |
+
- "eastern-africa"
|
| 22 |
+
- "funding"
|
| 23 |
+
- "ago"
|
| 24 |
+
- "bdi"
|
| 25 |
+
- "eri"
|
| 26 |
+
- "eth"
|
| 27 |
+
- "ken"
|
| 28 |
+
pretty_name: "UNICEF ESARO Regional db 31 March 2018 | Africa (original)"
|
|
|
|
| 29 |
---
|
| 30 |
|
| 31 |
+
# UNICEF ESARO Regional db 31 March 2018 | Africa (original)
|
| 32 |
|
| 33 |
+
**Size category:** `n<1K` - **Formats:** `parquet` - **Sector:** humanitarian_development - *Engineered by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica)*
|
| 34 |
|
| 35 |
+

|
| 36 |
+

|
| 37 |
+

|
| 38 |
+

|
| 39 |
|
| 40 |
+
## TL;DR
|
| 41 |
|
| 42 |
+
This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context.
|
| 43 |
|
| 44 |
+
## What This Dataset Covers
|
| 45 |
|
| 46 |
+
Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.
|
| 47 |
|
| 48 |
+
Dataset context from the existing Hugging Face card: UNICEF ESARO Regional db 31 March 2018 Publisher: UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive) · Source: HDX · License: cc-by · Updated: 2024-08-30 Abstract UNICEF Eastern and Southern Africa database - Target, Response and Funding as of 31 March 2018 Each row in this dataset represents tabular records. Temporal coverage is indicated by the unnamed_1 column(s). Geographic scope: AGO, BDI, ERI, ETH, KEN, MDG, SOM, SSD, and 1 others. Curated into… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017.
|
| 49 |
|
| 50 |
+
## Dataset Profile
|
| 51 |
|
| 52 |
+
| Field | Value |
|
| 53 |
|---|---|
|
| 54 |
+
| Hugging Face repo | [`electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017`](https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017) |
|
| 55 |
+
| Sector | humanitarian_development |
|
| 56 |
+
| Topic tags | humanitarian, hdx, electric-sheep-africa, eastern-africa, funding, ago, bdi, eri, eth, ken |
|
| 57 |
+
| Modalities | `text` |
|
| 58 |
+
| Formats | `parquet` |
|
| 59 |
+
| Size category | `n<1K` |
|
| 60 |
+
| Countries | Africa-wide or source-defined African coverage |
|
| 61 |
+
| ISO3 coverage | `not declared` |
|
| 62 |
+
| Last modified on HF | `2026-04-06 14:19:28+00:00` |
|
| 63 |
+
| Inventory snapshot | `2026-07-16T16:00:34Z` |
|
| 64 |
+
|
| 65 |
+
## How To Read This Dataset
|
| 66 |
+
|
| 67 |
+
- Start from the repository files and the dataset viewer when available.
|
| 68 |
+
- Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
|
| 69 |
+
- Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
|
| 70 |
+
- Preserve missing values until you have a defensible imputation rule.
|
| 71 |
+
|
| 72 |
+
## Usage
|
|
|
|
|
|
|
| 73 |
|
| 74 |
```python
|
| 75 |
from datasets import load_dataset
|
| 76 |
|
| 77 |
+
ds = load_dataset("electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017")
|
| 78 |
+
print(ds)
|
|
|
|
| 79 |
|
| 80 |
+
split_name = next(iter(ds))
|
| 81 |
+
table = ds[split_name]
|
| 82 |
+
print(table.features)
|
| 83 |
+
print(table[:3])
|
| 84 |
```
|
| 85 |
|
| 86 |
+
### Convert To Pandas When Tabular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
|
| 88 |
+
```python
|
| 89 |
+
from datasets import Dataset
|
|
|
|
| 90 |
|
| 91 |
+
first_split = ds[next(iter(ds))]
|
| 92 |
+
if isinstance(first_split, Dataset):
|
| 93 |
+
df = first_split.to_pandas()
|
| 94 |
+
print(df.head())
|
| 95 |
+
```
|
| 96 |
|
| 97 |
+
## Data Quality Notes
|
| 98 |
|
| 99 |
+
- This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
|
| 100 |
+
- Exact schema, row counts, and source files should be inspected in the repository data files.
|
| 101 |
+
- Metadata gaps from the inventory: country, upstream_publisher.
|
| 102 |
+
- Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.
|
| 103 |
|
| 104 |
+
## Source And Provenance
|
| 105 |
|
| 106 |
+
- **Source context:** original
|
| 107 |
+
- **Publisher/source attribution:** original
|
| 108 |
+
- **License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
|
| 109 |
+
- **Hugging Face URL:** [https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017](https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017)
|
| 110 |
+
- **Inventory retrieved at:** `2026-07-16T16:00:34Z`
|
| 111 |
|
| 112 |
+
## Suggested Analyses
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
+
- Inspect schema and missingness before modeling.
|
| 115 |
+
- Profile variables by geography, time, and subgroup columns where present.
|
| 116 |
+
- Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
|
| 117 |
+
- Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
|
| 121 |
```bibtex
|
| 122 |
+
@misc{electric_sheep_africa_africa_unicef_esaro_regional_db_31_october_2017_2026,
|
| 123 |
+
title = {UNICEF ESARO Regional db 31 March 2018 | Africa (original)},
|
| 124 |
+
author = {original},
|
| 125 |
+
year = {2026},
|
| 126 |
+
url = {https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017},
|
| 127 |
+
publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
|
| 128 |
+
howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017}}
|
| 129 |
}
|
| 130 |
```
|
| 131 |
|
| 132 |
+
## License
|
| 133 |
+
|
| 134 |
+
Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
| 135 |
+
|
| 136 |
+
Original source rights remain with the original publisher or data provider. Electric Sheep Africa engineering standardizes discovery metadata, documentation, and usage guidance for analysis on Hugging Face.
|
| 137 |
+
|
| 138 |
+
## About Electric Sheep Africa
|
| 139 |
+
|
| 140 |
+
Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.
|
| 141 |
+
|
| 142 |
---
|
| 143 |
|
| 144 |
+
Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: `catalog/esa_metadata_inventory/master_metadata.jsonl`.
|