Olaroti commited on
Commit
82d4296
·
verified ·
1 Parent(s): 68f8138

Standardize Electric Sheep Africa dataset card

Browse files
Files changed (1) hide show
  1. README.md +101 -127
README.md CHANGED
@@ -1,170 +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
- - global-acute-malnutrition-gam
25
- - hxl
26
- - malnutrition
27
- - nutrition
28
- - severe-acute-malnutrition-sam
29
- - cod
30
- pretty_name: "Démocratique République du Congo : Prévalence de la malnutrition"
31
- dataset_info:
32
- splits:
33
- - name: train
34
- num_examples: 416
35
- - name: test
36
- num_examples: 104
37
  ---
38
 
39
- # Démocratique République du Congo : Prévalence de la malnutrition
40
 
41
- **Publisher:** UNICEF Democratic Republic of Congo · **Source:** [HDX](https://data.humdata.org/dataset/prevalence-de-la-malnutrition-en-rdc) · **License:** `cc-by-igo` · **Updated:** 2025-05-05
42
 
43
- ---
 
 
 
44
 
45
- ## Abstract
46
 
47
- Prévalence de la malnutrition pour les enfants et les Femmes enceintes et allaitantes désagrégés par zone de santé. Les données sont à jours
48
 
49
- Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-05-05. Geographic scope: **COD**.
50
 
51
- *Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
52
 
53
- ---
54
 
55
- ## Dataset Characteristics
56
 
57
- | | |
58
  |---|---|
59
- | **Domain** | Food security and nutrition |
60
- | **Unit of observation** | First-level administrative unit observations |
61
- | **Rows (total)** | 521 |
62
- | **Columns** | 20 (12 numeric, 8 categorical, 0 datetime) |
63
- | **Train split** | 416 rows |
64
- | **Test split** | 104 rows |
65
- | **Geographic scope** | COD |
66
- | **Publisher** | UNICEF Democratic Republic of Congo |
67
- | **HDX last updated** | 2025-05-05 |
68
-
69
- ---
70
-
71
- ## Variables
72
-
73
- **Geographic** `province` (Ituri, Kinshasa, Sud-Kivu), `code_province` (CD54, CD10, CD61), `zone_de_sante` (Bili, Lubunga, Ferekeni).
74
-
75
- **Identifier / Metadata** `code_terrtoire` (CD1000, CD5405, CD7101), `pcode_zs` (CD1000ZS01, CD6208ZS01, CD6313ZS02), `esa_source` (HDX), `esa_processed` (2026-04-17).
76
-
77
- **Other** — `territoire` (Kinshasa, Djugu, Lubumbashi), `prévalence_mam` (range 0.5–20.1), `prévalence_mas` (range 0.0–8.4), `prévalence_mag` (range 1.1–26.6), `sévérité_mas` (range 1.0–1213.0) and 8 others.
78
-
79
- ---
80
-
81
- ## Quick Start
82
 
83
  ```python
84
  from datasets import load_dataset
85
 
86
- ds = load_dataset("electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc")
87
- train = ds["train"].to_pandas()
88
- test = ds["test"].to_pandas()
89
 
90
- print(train.shape)
91
- train.head()
 
 
92
  ```
93
 
94
- ---
95
-
96
- ## Schema
97
-
98
- | Column | Type | Null % | Range / Sample Values |
99
- |---|---|---|---|
100
- | `province` | object | 0.2% | Ituri, Kinshasa, Sud-Kivu |
101
- | `code_province` | object | 0.4% | CD54, CD10, CD61 |
102
- | `territoire` | object | 0.2% | Kinshasa, Djugu, Lubumbashi |
103
- | `code_terrtoire` | object | 0.4% | CD1000, CD5405, CD7101 |
104
- | `zone_de_sante` | object | 0.2% | Bili, Lubunga, Ferekeni |
105
- | `pcode_zs` | object | 0.4% | CD1000ZS01, CD6208ZS01, CD6313ZS02 |
106
- | `prévalence_mam` | float64 | 0.4% | 0.5 – 20.1 (mean 6.006) |
107
- | `prévalence_mas` | float64 | 0.4% | 0.0 – 8.4 (mean 2.3678) |
108
- | `prévalence_mag` | float64 | 0.4% | 1.1 – 26.6 (mean 8.3748) |
109
- | `sévérité_mas` | float64 | 0.2% | 1.0 – 1213.0 (mean 4.6654) |
110
- | `sévérité_mag` | float64 | 0.2% | 1.0 – 1070.0 (mean 4.1154) |
111
- | `sévérité_ipc_nut` | float64 | 0.2% | 0.0 – 0.0 (mean 0.0) |
112
- | `ipc_actuelle` | float64 | 0.2% | 0.0 – 38.0 (mean 0.1462) |
113
- | `ipc_projeté` | float64 | 0.4% | 0.0 – 4.0 (mean 2.341) |
114
- | `sévérité_impact_malnutrition` | float64 | 0.2% | 1.0 – 1260.0 (mean 4.8462) |
115
- | `ej_impact_malnutrition` | float64 | 0.2% | 0.0 – 250.0 (mean 0.9615) |
116
- | `sévérité_impact_malnutrition_ej` | float64 | 0.2% | 1.0 – 1353.0 (mean 5.2038) |
117
- | `sévérité_impact_malnutrition_3_4_5` | float64 | 0.2% | 0.0 – 754.0 (mean 2.9) |
118
- | `esa_source` | object | 0.0% | HDX |
119
- | `esa_processed` | object | 0.0% | 2026-04-17 |
120
 
121
- ---
 
122
 
123
- ## Numeric Summary
124
-
125
- | Column | Min | Max | Mean | Median |
126
- |---|---|---|---|---|
127
- | `prévalence_mam` | 0.5 | 20.1 | 6.006 | 5.7 |
128
- | `prévalence_mas` | 0.0 | 8.4 | 2.3678 | 1.9 |
129
- | `prévalence_mag` | 1.1 | 26.6 | 8.3748 | 7.9 |
130
- | `sévérité_mas` | 1.0 | 1213.0 | 4.6654 | 2.0 |
131
- | `sévérité_mag` | 1.0 | 1070.0 | 4.1154 | 2.0 |
132
- | `sévérité_ipc_nut` | 0.0 | 0.0 | 0.0 | 0.0 |
133
- | `ipc_actuelle` | 0.0 | 38.0 | 0.1462 | 0.0 |
134
- | `ipc_projeté` | 0.0 | 4.0 | 2.341 | 3.0 |
135
- | `sévérité_impact_malnutrition` | 1.0 | 1260.0 | 4.8462 | 2.0 |
136
- | `ej_impact_malnutrition` | 0.0 | 250.0 | 0.9615 | 0.0 |
137
- | `sévérité_impact_malnutrition_ej` | 1.0 | 1353.0 | 5.2038 | 3.0 |
138
- | `sévérité_impact_malnutrition_3_4_5` | 0.0 | 754.0 | 2.9 | 0.0 |
139
 
140
- ---
141
 
142
- ## Curation
 
 
 
143
 
144
- 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`. 3 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.
145
 
146
- ---
 
 
 
 
147
 
148
- ## Limitations
149
 
150
- - Data originates from UNICEF Democratic Republic of Congo and has not been independently validated by ESA.
151
- - Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
152
- - Refer to the [original HDX dataset page](https://data.humdata.org/dataset/prevalence-de-la-malnutrition-en-rdc) for the publisher's own methodology notes and caveats.
153
-
154
- ---
155
 
156
  ## Citation
157
 
158
  ```bibtex
159
- @dataset{hdx_africa_prevalence_de_la_malnutrition_en_rdc,
160
- title = {Démocratique République du Congo : Prévalence de la malnutrition},
161
- author = {UNICEF Democratic Republic of Congo},
162
- year = {2025},
163
- url = {https://data.humdata.org/dataset/prevalence-de-la-malnutrition-en-rdc},
164
- note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
 
165
  }
166
  ```
167
 
 
 
 
 
 
 
 
 
 
 
168
  ---
169
 
170
- *[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
+ - "health"
17
+ - "parquet"
18
+ - "tabular"
19
+ - "text"
20
+ - "humanitarian"
21
+ - "hdx"
22
+ - "global-acute-malnutrition-gam"
23
+ - "hxl"
24
+ - "malnutrition"
25
+ - "nutrition"
26
+ - "severe-acute-malnutrition-sam"
27
+ - "cod"
28
+ pretty_name: "Démocratique République du Congo : Prévalence de la malnutrition | Africa (original)"
29
  ---
30
 
31
+ # Démocratique République du Congo : Prévalence de la malnutrition | Africa (original)
32
 
33
+ **Size category:** `n<1K` - **Formats:** `parquet` - **Sector:** health - *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-health-green)
37
+ ![downloads](https://img.shields.io/badge/HF_downloads-59-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
+ Health datasets help researchers examine disease burden, service delivery, risk factors, outcomes, and public-health program performance.
47
 
48
+ Dataset context from the existing Hugging Face card: Démocratique République du Congo : Prévalence de la malnutrition Publisher: UNICEF Democratic Republic of Congo · Source: HDX · License: cc-by-igo · Updated: 2025-05-05 Abstract Prévalence de la malnutrition pour les enfants et les Femmes enceintes et allaitantes désagrégés par zone de santé. Les données sont à jours Each row in this dataset represents first-level administrative unit observations. Data was last updated on HDX on 2025-05-05. Geographic scope: COD. Curated… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc.
49
 
50
+ ## Dataset Profile
51
 
52
+ | Field | Value |
53
  |---|---|
54
+ | Hugging Face repo | [`electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc`](https://huggingface.co/datasets/electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc) |
55
+ | Sector | health |
56
+ | Topic tags | humanitarian, hdx, electric-sheep-africa, global-acute-malnutrition-gam, hxl, malnutrition, nutrition, severe-acute-malnutrition-sam, cod |
57
+ | Modalities | `tabular`, `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-17 05:13:59+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-prevalence-de-la-malnutrition-en-rdc")
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-prevalence-de-la-malnutrition-en-rdc](https://huggingface.co/datasets/electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc)
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_prevalence_de_la_malnutrition_en_rdc_2026,
123
+ title = {Démocratique République du Congo : Prévalence de la malnutrition | Africa (original)},
124
+ author = {original},
125
+ year = {2026},
126
+ url = {https://huggingface.co/datasets/electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc},
127
+ publisher = {Hugging Face Datasets, engineered by Electric Sheep Africa},
128
+ howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-prevalence-de-la-malnutrition-en-rdc}}
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`.