Dataset Viewer
Auto-converted to Parquet Duplicate
instructions
stringlengths
6
85
unnamed_1
timestamp[ns]date
2018-02-28 00:00:00
2018-04-05 00:00:00
esa_source
stringclasses
1 value
esa_processed
stringdate
2026-04-06 00:00:00
2026-04-06 00:00:00
4. Only use published sitreps to update "funding details" tab for funding status.
null
HDX
2026-04-06
Rwanda
null
HDX
2026-04-06
Madagascar
2018-02-28T00:00:00
HDX
2026-04-06
Angola
2018-02-28T00:00:00
HDX
2026-04-06
Burundi
2018-02-28T00:00:00
HDX
2026-04-06
3. Only use published sitreps to update each country tabs for the indicator progress.
null
HDX
2026-04-06
Somalia
2018-02-28T00:00:00
HDX
2026-04-06
Sitrep online
null
HDX
2026-04-06
null
null
HDX
2026-04-06
Uganda
2018-03-31T00:00:00
HDX
2026-04-06
Ethiopia
2018-04-05T00:00:00
HDX
2026-04-06
South Sudan
2018-03-31T00:00:00
HDX
2026-04-06
Tanzania
null
HDX
2026-04-06
Country
null
HDX
2026-04-06

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 ML-ready Parquet format by Electric Sheep Africa.


Dataset Characteristics

Domain Humanitarian and development data
Unit of observation Tabular records
Rows (total) 18
Columns 4 (0 numeric, 3 categorical, 1 datetime)
Train split 14 rows
Test split 3 rows
Geographic scope AGO, BDI, ERI, ETH, KEN, MDG, SOM, SSD, and 1 others
Publisher UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive)
HDX last updated 2024-08-30

Variables

Identifier / Metadataunnamed_1, esa_source (HDX), esa_processed (2026-04-06).

Otherinstructions (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).


Quick Start

from datasets import load_dataset

ds    = load_dataset("electricsheepafrica/africa-unicef-esaro-regional-db-31-october-2017")
train = ds["train"].to_pandas()
test  = ds["test"].to_pandas()

print(train.shape)
train.head()

Schema

Column Type Null % Range / Sample Values
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
unnamed_1 datetime64[ns] 55.6%
esa_source object 0.0% HDX
esa_processed object 0.0% 2026-04-06

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 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.


Limitations

  • Data originates from UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive) and has not been independently validated by ESA.
  • Automated cleaning cannot correct for misreported values, definitional inconsistencies, or sampling bias in the original collection.
  • The following columns have >20% missing values and should be treated with caution in modelling: unnamed_1.
  • This dataset spans 9 countries; geographic and methodological inconsistencies across national boundaries may affect cross-country comparability.
  • Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.

Citation

@dataset{hdx_africa_unicef_esaro_regional_db_31_october_2017,
  title     = {UNICEF ESARO Regional db 31 March 2018},
  author    = {UNICEF Eastern and Southern Africa Regional Office (ESARO) (inactive)},
  year      = {2024},
  url       = {https://data.humdata.org/dataset/unicef-esaro-regional-db-31-october-2017},
  note      = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}

Electric Sheep Africa — Africa's ML dataset infrastructure. Lagos, Nigeria.

Downloads last month
13