Dataset Viewer
Auto-converted to Parquet Duplicate
unnamed_0
stringclasses
9 values
unnamed_1
stringclasses
9 values
number_of_children_6_59_months_in
stringclasses
9 values
unnamed_3
stringclasses
9 values
unnamed_4
stringclasses
9 values
unnamed_5
stringclasses
9 values
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-06 00:00:00
2026-04-06 00:00:00
Warrap
287,378
66,811
161,628
228,439
170,790
HDX
2026-04-06
Northern Bahr el Ghazal
196,732
74,268
154,158
228,426
120,509
HDX
2026-04-06
Eastern Equatoria
229,157
43,177
124,710
167,887
105,889
HDX
2026-04-06
Central Equatoria
319,004
51,760
136,542
188,302
80,863
HDX
2026-04-06
Grand Total
2,554,085
646,362
1,429,218
2,075,580
1,111,015
HDX
2026-04-06
Lakes
237,750
44,021
110,184
154,205
64,682
HDX
2026-04-06
Upper Nile
321,628
108,436
198,000
306,436
127,598
HDX
2026-04-06
Jonglei
406,330
107,762
292,759
400,521
224,363
HDX
2026-04-06
Unity
230,400
85,086
137,951
223,037
92,436
HDX
2026-04-06

South Sudan : Acute Malnutrition | Africa (original)

Size category: n<1K - Formats: parquet - Sector: humanitarian_development - Engineered by Electric Sheep Africa

size sector downloads license

TL;DR

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.

What This Dataset Covers

Public datasets help analysts inspect structured evidence, build reproducible workflows, and compare patterns across domains.

Dataset context from the existing Hugging Face card: South Sudan : Acute Malnutrition Publisher: HDX · Source: HDX · License: cc-by · Updated: 2026-02-05 Abstract South Sudan malnutrition rates from the IPC Each row in this dataset represents time-series observations. Data was last updated on HDX on 2026-02-05. Geographic scope: SSD. Curated into ML-ready Parquet format by Electric Sheep Africa. Dataset Characteristics Domain Food security and nutrition Unit of observation Time-series… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-south-sudan-acute-malnutrition.

Dataset Profile

Field Value
Hugging Face repo electricsheepafrica/africa-south-sudan-acute-malnutrition
Sector humanitarian_development
Topic tags humanitarian, hdx, electric-sheep-africa, global-acute-malnutrition-gam, malnutrition, severe-acute-malnutrition-sam, ssd
Modalities text
Formats parquet
Size category n<1K
Countries South Sudan
ISO3 coverage SSD
Last modified on HF 2026-04-06 10:27:44+00:00
Inventory snapshot 2026-07-16T16:00:34Z

How To Read This Dataset

  • Start from the repository files and the dataset viewer when available.
  • Treat the README context as a fast orientation layer; confirm variable definitions and units in the data files before modeling.
  • Use explicit country columns when present. When geography is only implied by the title or source metadata, document that assumption in downstream analysis.
  • Preserve missing values until you have a defensible imputation rule.

Usage

from datasets import load_dataset

ds = load_dataset("electricsheepafrica/africa-south-sudan-acute-malnutrition")
print(ds)

split_name = next(iter(ds))
table = ds[split_name]
print(table.features)
print(table[:3])

Convert To Pandas When Tabular

from datasets import Dataset

first_split = ds[next(iter(ds))]
if isinstance(first_split, Dataset):
    df = first_split.to_pandas()
    print(df.head())

Data Quality Notes

  • This card was standardized from the Electric Sheep Africa Hugging Face metadata inventory.
  • Exact schema, row counts, and source files should be inspected in the repository data files.
  • Metadata gaps from the inventory: upstream_publisher.
  • Do not infer policy meaning from labels alone; confirm definitions, units, and methods in the source material.

Source And Provenance

Suggested Analyses

  • Inspect schema and missingness before modeling.
  • Profile variables by geography, time, and subgroup columns where present.
  • Join with other Electric Sheep Africa datasets using explicit country, year, and indicator fields when available.
  • Build reproducible notebooks that cite both the original source context and the Electric Sheep Africa Hugging Face repo.

Citation

@misc{electric_sheep_africa_africa_south_sudan_acute_malnutrition_2026,
  title        = {South Sudan : Acute Malnutrition | Africa (original)},
  author       = {original},
  year         = {2026},
  url          = {https://huggingface.co/datasets/electricsheepafrica/africa-south-sudan-acute-malnutrition},
  publisher    = {Hugging Face Datasets, engineered by Electric Sheep Africa},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepafrica/africa-south-sudan-acute-malnutrition}}
}

License

Released under CC BY 4.0.

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.

About Electric Sheep Africa

Electric Sheep Africa publishes ML-ready African public datasets on Hugging Face.


Provenance: metadata-backed README standardized 2026-08-12 by the Electric Sheep Africa README system. Inventory source: catalog/esa_metadata_inventory/master_metadata.jsonl.

Downloads last month
51

Collections including electricsheepafrica/africa-south-sudan-acute-malnutrition