electricsheepafrica/africa-ethiopia-uneca-education
收藏Hugging Face2026-04-10 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/electricsheepafrica/africa-ethiopia-uneca-education
下载链接
链接失效反馈官方服务:
资源简介:
---
annotations_creators:
- no-annotation
language_creators:
- found
language:
- en
license: cc-by-4.0
multilinguality:
- monolingual
size_categories:
- n<1K
source_datasets:
- original
task_categories:
- tabular-regression
task_ids: []
tags:
- africa
- humanitarian
- hdx
- electric-sheep-africa
- education
- indicators
- literacy
- eth
pretty_name: "ETHIOPIA - Education indicators, UNECA"
dataset_info:
splits:
- name: train
num_examples: 40
- name: test
num_examples: 10
---
# ETHIOPIA - Education indicators, UNECA
**Publisher:** United Nations Economic Commission for Africa · **Source:** [HDX](https://data.humdata.org/dataset/ethiopia-uneca-education) · **License:** `cc-by-igo` · **Updated:** 2024-09-13
---
## Abstract
This dataset contains many indicators in education such as as Net enrolment rate in primary education, Ratio of girls to boys in primary education, etc. The whole list and their description can be find in this link https://bit.ly/2NWP6Z1
Each row in this dataset represents tabular records. Data was last updated on HDX on 2024-09-13. Geographic scope: **ETH**.
*Curated into ML-ready Parquet format by [Electric Sheep Africa](https://huggingface.co/electricsheepafrica).*
---
## Dataset Characteristics
| | |
|---|---|
| **Domain** | Education |
| **Unit of observation** | Tabular records |
| **Rows (total)** | 50 |
| **Columns** | 8 (5 numeric, 3 categorical, 0 datetime) |
| **Train split** | 40 rows |
| **Test split** | 10 rows |
| **Geographic scope** | ETH |
| **Publisher** | United Nations Economic Commission for Africa |
| **HDX last updated** | 2024-09-13 |
---
## Variables
**Identifier / Metadata** — `esa_source` (HDX), `esa_processed` (2026-04-10).
**Other** — `indicator` (Adult literacy rate - Female (%), Ratio of school attendance rate of orphans to school attendance rate of non orphans (%), Net enrolment rate in secondary education - Total (%)), `2010` (range 0.2–95.6), `2011` (range 0.2–98.6), `2012` (range 0.3–98.1), `2014` (range 0.3–104.1) and 1 others.
---
## Quick Start
```python
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-ethiopia-uneca-education")
train = ds["train"].to_pandas()
test = ds["test"].to_pandas()
print(train.shape)
train.head()
```
---
## Schema
| Column | Type | Null % | Range / Sample Values |
|---|---|---|---|
| `indicator` | object | 0.0% | Adult literacy rate - Female (%), Ratio of school attendance rate of orphans to school attendance rate of non orphans (%), Net enrolment rate in secondary education - Total (%) |
| `2010` | float64 | 36.0% | 0.2 – 95.6 (mean 22.9469) |
| `2011` | float64 | 36.0% | 0.2 – 98.6 (mean 23.1562) |
| `2012` | float64 | 36.0% | 0.3 – 98.1 (mean 26.8375) |
| `2014` | float64 | 38.0% | 0.3 – 104.1 (mean 35.8194) |
| `2015` | float64 | 44.0% | 0.9 – 106.8 (mean 41.3429) |
| `esa_source` | object | 0.0% | HDX |
| `esa_processed` | object | 0.0% | 2026-04-10 |
---
## Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
| `2010` | 0.2 | 95.6 | 22.9469 | 5.45 |
| `2011` | 0.2 | 98.6 | 23.1562 | 6.1 |
| `2012` | 0.3 | 98.1 | 26.8375 | 7.05 |
| `2014` | 0.3 | 104.1 | 35.8194 | 32.8 |
| `2015` | 0.9 | 106.8 | 41.3429 | 36.3 |
---
## 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`. 5 column(s) with >80% missing values were removed: `2013`, `2016`, `2017`, `2018`, `2019`. 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 United Nations Economic Commission for Africa 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: `2010`, `2011`, `2012`, `2014`, `2015`.
- Refer to the [original HDX dataset page](https://data.humdata.org/dataset/ethiopia-uneca-education) for the publisher's own methodology notes and caveats.
---
## Citation
```bibtex
@dataset{hdx_africa_ethiopia_uneca_education,
title = {ETHIOPIA - Education indicators, UNECA},
author = {United Nations Economic Commission for Africa},
year = {2024},
url = {https://data.humdata.org/dataset/ethiopia-uneca-education},
note = {Repackaged for machine learning by Electric Sheep Africa (https://huggingface.co/electricsheepafrica)}
}
```
---
*[Electric Sheep Africa](https://huggingface.co/electricsheepafrica) — Africa's ML dataset infrastructure. Lagos, Nigeria.*
提供机构:
electricsheepafrica



