Datasets:
indicator stringlengths 30 87 | 2011 float64 1 144 ⌀ | 2012 float64 1 89.4 ⌀ | esa_source stringclasses 1
value | esa_processed stringdate 2026-04-11 00:00:00 2026-04-11 00:00:00 |
|---|---|---|---|---|
Ratio of girls to boys in secondary education (ratio) | null | null | HDX | 2026-04-11 |
Gross enrolment ratio in teritiary - Total (%) | null | null | HDX | 2026-04-11 |
Adult literacy rate - Female (%) | null | 79.9 | HDX | 2026-04-11 |
Gross enrolment ratio in primary - Female (%) | 139.9 | null | HDX | 2026-04-11 |
Mean years of schooling - Total (years) | 7.7 | 7.8 | HDX | 2026-04-11 |
Gross enrolment ratio in primary - Male (%) | 144 | null | HDX | 2026-04-11 |
Literacy rates of 15-24 years old - Female (%) | null | 89.4 | HDX | 2026-04-11 |
Gross enrolment ratio in teritiary - Male (%) | null | null | HDX | 2026-04-11 |
School life Expectancy in Primary - Male (years) | 8.7 | null | HDX | 2026-04-11 |
Adult literacy rate - Male (%) | null | 84.9 | HDX | 2026-04-11 |
Adult literacy rate - Total (%) | null | 82.3 | HDX | 2026-04-11 |
School life Expectancy in Tertiary - Female (years) | null | null | HDX | 2026-04-11 |
Gender parity index of teachers in primary education who are trained (ratio) | null | null | HDX | 2026-04-11 |
School life Expectancy in Secondary - Male (years) | null | null | HDX | 2026-04-11 |
School life Expectancy in Primary - Female (years) | 8.4 | null | HDX | 2026-04-11 |
School life Expectancy in Tertiary - Male (years) | null | null | HDX | 2026-04-11 |
Ratio of school attendance rate of orphans to school attendance rate of non orphans (%) | null | 1 | HDX | 2026-04-11 |
Pupil-teacher ratio, secondary education - Total (rate) | null | null | HDX | 2026-04-11 |
School life Expectancy in Primary - Total (years) | 8.6 | null | HDX | 2026-04-11 |
Gross enrolment ratio in primary - Total (%) | 138.7 | null | HDX | 2026-04-11 |
Ratio of girls to boys in primary education (ratio) | 1 | null | HDX | 2026-04-11 |
Survival Rate to the last grade in Primary - Total (%) | null | null | HDX | 2026-04-11 |
Gross enrolment ratio in secondary - Female (%) | null | null | HDX | 2026-04-11 |
Gross enrolment ratio in teritiary - Female (%) | null | null | HDX | 2026-04-11 |
Literacy rates of 15-24 years old - Male (%) | null | 87.4 | HDX | 2026-04-11 |
School life Expectancy in Secondary - Total (years) | null | null | HDX | 2026-04-11 |
GABON - Education indicators, UNECA
Publisher: United Nations Economic Commission for Africa · Source: HDX · 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: GAB.
Curated into ML-ready Parquet format by Electric Sheep Africa.
Dataset Characteristics
| Domain | Education |
| Unit of observation | Tabular records |
| Rows (total) | 33 |
| Columns | 5 (2 numeric, 3 categorical, 0 datetime) |
| Train split | 26 rows |
| Test split | 6 rows |
| Geographic scope | GAB |
| Publisher | United Nations Economic Commission for Africa |
| HDX last updated | 2024-09-13 |
Variables
Identifier / Metadata — esa_source (HDX), esa_processed (2026-04-11).
Other — indicator (Adult literacy rate - Female (%), Pupil-teacher ratio, primary education - Total (rate), School life Expectancy in Tertiary - Total (years)), 2011 (range 1.0–144.0), 2012 (range 1.0–89.4).
Quick Start
from datasets import load_dataset
ds = load_dataset("electricsheepafrica/africa-gabon-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 (%), Pupil-teacher ratio, primary education - Total (rate), School life Expectancy in Tertiary - Total (years) |
2011 |
float64 | 72.7% | 1.0 – 144.0 (mean 53.5) |
2012 |
float64 | 75.8% | 1.0 – 89.4 (mean 65.15) |
esa_source |
object | 0.0% | HDX |
esa_processed |
object | 0.0% | 2026-04-11 |
Numeric Summary
| Column | Min | Max | Mean | Median |
|---|---|---|---|---|
2011 |
1.0 | 144.0 | 53.5 | 8.7 |
2012 |
1.0 | 89.4 | 65.15 | 83.6 |
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. 8 column(s) with >80% missing values were removed: 2010, 2013, 2014, 2015, 2016, 2017.... 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:
2011,2012. - Refer to the original HDX dataset page for the publisher's own methodology notes and caveats.
Citation
@dataset{hdx_africa_gabon_uneca_education,
title = {GABON - Education indicators, UNECA},
author = {United Nations Economic Commission for Africa},
year = {2024},
url = {https://data.humdata.org/dataset/gabon-uneca-education},
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
- 24