Olaroti commited on
Commit
19ac1c8
·
verified ·
1 Parent(s): e9b304a

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +101 -101
README.md CHANGED
@@ -1,144 +1,144 @@
1
  ---
2
- annotations_creators:
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
- task_ids: []
 
 
19
  tags:
20
- - africa
21
- - humanitarian
22
- - hdx
23
- - electric-sheep-africa
24
- - eastern-africa
25
- - funding
26
- - ago
27
- - bdi
28
- - eri
29
- - eth
30
- - ken
31
- pretty_name: "UNICEF ESARO Regional db 31 March 2018"
32
- dataset_info:
33
- splits:
34
- - name: train
35
- num_examples: 14
36
- - name: test
37
- num_examples: 3
38
  ---
39
 
40
- # UNICEF ESARO Regional db 31 March 2018
41
 
42
- **Publisher:** UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive) · **Source:** [HDX](https://data.humdata.org/dataset/unicef-esaro-regional-db-31-october-2017) · **License:** `cc-by` · **Updated:** 2024-08-30
43
 
44
- ---
 
 
 
45
 
46
- ## Abstract
47
 
48
- UNICEF Eastern and Southern Africa database - Target, Response and Funding as of 31 March 2018
49
 
50
- 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**.
51
 
52
- *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
53
 
54
- ---
55
 
56
- ## Dataset Characteristics
57
 
58
- | | |
59
  |---|---|
60
- | **Domain** | Humanitarian and development data |
61
- | **Unit of observation** | Tabular records |
62
- | **Rows (total)** | 18 |
63
- | **Columns** | 4 (0 numeric, 3 categorical, 1 datetime) |
64
- | **Train split** | 14 rows |
65
- | **Test split** | 3 rows |
66
- | **Geographic scope** | AGO, BDI, ERI, ETH, KEN, MDG, SOM, SSD, and 1 others |
67
- | **Publisher** | UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive) |
68
- | **HDX last updated** | 2024-08-30 |
69
-
70
- ---
71
-
72
- ## Variables
73
-
74
- **Identifier / Metadata** — `unnamed_1`, `esa_source` (HDX), `esa_processed` (2026-04-06).
75
-
76
- **Other** — `instructions` (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).
77
-
78
- ---
79
-
80
- ## Quick Start
81
 
82
  ```python
83
  from datasets import load_dataset
84
 
85
- ds = load_dataset("electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017")
86
- train = ds["train"].to_pandas()
87
- test = ds["test"].to_pandas()
88
 
89
- print(train.shape)
90
- train.head()
 
 
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
- | Column | Min | Max | Mean | Median |
109
- |---|---|---|---|---|
110
- _No numeric columns._
111
 
112
- ---
 
 
 
 
113
 
114
- ## Curation
115
 
116
- 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 column(s) with >80% missing values were removed: `unnamed_2`. 1 exact duplicate rows were removed. 1 column(s) were cast from string to numeric or datetime based on parse-success rate (>85% threshold). The dataset was split 80/20 into train and test partitions using a fixed random seed (42) and saved as Snappy-compressed Parquet.
 
 
 
117
 
118
- ---
119
 
120
- ## Limitations
 
 
 
 
121
 
122
- - Data originates from UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive) and has not been independently validated by ESA.
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
- @dataset{hdx_africa_unicef_esaro_regional_db_31_october_2017,
134
- title = {UNICEF ESARO Regional db 31 March 2018},
135
- author = {UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive)},
136
- year = {2024},
137
- url = {https://data.humdata.org/dataset/unicef-esaro-regional-db-31-october-2017},
138
- note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
 
139
  }
140
  ```
141
 
 
 
 
 
 
 
 
 
 
 
142
  ---
143
 
144
- *[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
 
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
+ ![size](https://img.shields.io/badge/size-n%3C1K-blue)
36
+ ![sector](https://img.shields.io/badge/sector-humanitarian_development-green)
37
+ ![downloads](https://img.shields.io/badge/HF_downloads-12-orange)
38
+ ![license](https://img.shields.io/badge/license-cc--by--4.0-lightgrey)
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`.