year float64 2.02k 2.03k ⌀ | country stringlengths 3 15 | esa_source stringclasses 1
value | esa_processed stringdate 2026-05-05 00:00:00 2026-05-05 00:00:00 |
|---|---|---|---|
null | Yemen | HDX | 2026-05-05 |
null | Sudan | HDX | 2026-05-05 |
null | Iraq | HDX | 2026-05-05 |
2,021 | Afghanistan | HDX | 2026-05-05 |
2,025 | Cameroon (NWSW) | HDX | 2026-05-05 |
null | Mozambique | HDX | 2026-05-05 |
2,026 | CAR | HDX | 2026-05-05 |
null | Lebanon | HDX | 2026-05-05 |
null | Honduras | HDX | 2026-05-05 |
null | Somalia | HDX | 2026-05-05 |
2,022 | Bangladesh | HDX | 2026-05-05 |
2,023 | Burkina Faso | HDX | 2026-05-05 |
null | Syria | HDX | 2026-05-05 |
2,024 | Burundi | HDX | 2026-05-05 |
null | Pakistan | HDX | 2026-05-05 |
null | Ukraine | HDX | 2026-05-05 |
null | Niger | HDX | 2026-05-05 |
null | Zimbabwe | HDX | 2026-05-05 |
null | Palestine | HDX | 2026-05-05 |
2,028 | Colombia | HDX | 2026-05-05 |
null | Haïti | HDX | 2026-05-05 |
null | Libya | HDX | 2026-05-05 |
null | Nigeria | HDX | 2026-05-05 |
2,027 | Chad | HDX | 2026-05-05 |
Education in Emergencies (EiE) Key Figures
Publisher: Global Education Cluster · Source: HDX · License: cc-by · Updated: 2025-05-05
Abstract
The data shows key figures on Education in Emergencies (EiE) at country level and as reported by country Clusters/Sectors/Working Groups since 2021
Each row in this dataset represents country-level aggregates. Data was last updated on HDX on 2025-05-05. Geographic scope: AFG, BGD, BFA, BDI, CMR, CAF, TCD, COL, and 22 others.
Curated into ML-ready Parquet format by Electric Sheep Africa.
Dataset Characteristics
| Domain | Education |
| Unit of observation | Country-level aggregates |
| Rows (total) | 30 |
| Columns | 4 (1 numeric, 3 categorical, 0 datetime) |
| Train split | 24 rows |
| Test split | 6 rows |
| Geographic scope | AFG, BGD, BFA, BDI, CMR, CAF, TCD, COL, and 22 others |
| Publisher | Global Education Cluster |
| HDX last updated | 2025-05-05 |
Variables
Geographic — year (range 2021.0–2030.0), country (Afghanistan, Bangladesh, Burkina Faso).
Identifier / Metadata — esa_source (HDX), esa_processed (2026-05-05).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/asia-education-eie-keyfigures-since2021")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
year |
float64 | 66.7% | 2021.0 – 2030.0 (mean 2025.5) |
country |
object | 0.0% | Afghanistan, Bangladesh, Burkina Faso |
esa_source |
object | 0.0% | HDX |
esa_processed |
object | 0.0% | 2026-05-05 |
Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
year |
2021.0 | 2030.0 | 2025.5 | 2025.5 |
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_1. 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 Global Education Cluster 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:
year. - This dataset spans 30 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_asia_education_eie_keyfigures_since2021,
title = {Education in Emergencies (EiE) Key Figures},
author = {Global Education Cluster},
year = {2025},
url = {https://data.humdata.org/dataset/eie_keyfigures_since2021},
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
- 9