Gross enrolment ratios by education level (UNESCO UIS)
Gross enrolment ratios (percent) by country/region and year, from the UNESCO Institute for Statistics (https://api.uis.unesco.org/api/public/data/indicators). Each row is one (year, area, indicator): total enrolment at primary (GER.1, ISCED 1), lower secondary (GER.2, ISCED 2), upper secondary (GER.3, ISCED 3) and tertiary (GER.5T8, ISCED 5-8) education as a share of the official school-age population for the level, both sexes. Method: keyless UIS Data API v1; one request per indicator; null values dropped; rows with qualifier UIS_EST/NAT_EST are estimates. Units: percent — ratios can exceed 100% where repeaters or over-age pupils are enrolled. Caveats: administrative data, sparse for many countries (especially pre-2000); latest 1-2 years provisional and revised; regional aggregates have no iso3 code. Coverage: worldwide, 1970 to 2025, yearly granularity. Provenance: UNESCO Institute for Statistics, CC BY-SA 4.0 — please cite the UIS with the extraction date. Primary key: (indicator_id, area, year). Join keys: iso3 (ISO 3166-1 alpha-3), year. Cadence: refreshed yearly. Sample use: filter indicator_id='GER.5T8' and iso3='KOR' to track tertiary enrolment in Korea.
- Rows
- 53,742
- Columns
- 7
- Source cadence
- Yearly
- Last refreshed
- Sep 24, 2026
- Theme
- education
| Column | Type | Description |
|---|---|---|
| year | integer | Reference year of the observation. |
| iso3 | string | ISO 3166-1 alpha-3 country code; null for UIS regional aggregates. |
| area | string | Country name (resolved from the ISO code via hub.normalize) or the UIS regional aggregate label verbatim; with indicator_id and year forms the primary key. |
| indicator_id | string | UIS indicator code (e.g. LR.AG15T99, CR.1). |
| indicator_label | string | Human-readable UIS indicator label, from the SDG 4 monitoring framework. |
| value_pct | float | Indicator value in percent. (unit: percent) |
| qualifier | string | Data quality flag from UIS: null (reported observation), UIS_EST (UIS estimate) or NAT_EST (national estimate). Absent from the completion-rates, education-expenditure, educational-attainment and mean-years-schooling datasets, where UIS publishes no estimate flags. |
First 10 sample rows — a preview, not the complete dataset.
| year | iso3 | area | indicator_id | indicator_label | value_pct | qualifier |
|---|---|---|---|---|---|---|
| 1,970 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 99.868 | UIS_EST |
| 1,971 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 80.284 | UIS_EST |
| 1,972 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 80.829 | UIS_EST |
| 1,973 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 83.699 | UIS_EST |
| 1,974 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 84.041 | UIS_EST |
| 1,975 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 87.4 | UIS_EST |
| 1,976 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 90.027 | UIS_EST |
| 1,977 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 90.695 | UIS_EST |
| 1,978 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 89.075 | — |
| 1,979 | — | AIMS: Asia and the Pacific | GER.1 | Gross enrolment ratio, primary, both sexes (%) | 89.096 | — |
Profiled Sep 24, 2026 from snapshot 20260924T090632Z-3a29a8e94543
Measured- Completeness
- 80.9%
- Rows
- 53,742
- Columns
- 7
- Columns with gaps
- 2
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| yearbigint | 0% | 53 | 1,970 → 2,025median 2,006 | 399 outside 1st–99th percentile |
| iso3varchar | 60.3% | 271 | — |
|
| areavarchar | 0% | 418 | — |
|
| indicator_idvarchar | 0% | 4 | — |
|
| indicator_labelvarchar | 0% | 4 | — |
|
| value_pctdouble | 0% | 50,977 | 0 → 229.79median 73.91 | 1,076 outside 1st–99th percentile |
| qualifiervarchar | 73.3% | 2 | — |
|
- Current
20260924T090632Z-3a29a8e94543 · sha256 3a29a8e94543…
53,742 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_gross_enrolment_ratios" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_gross_enrolment_ratios").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_gross_enrolment_ratios
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260924T090632Z-3a29a8e94543 and its content hash, so readers get exactly the data you used.
UNESCO Institute for Statistics (UIS). (2026). Gross enrolment ratios by education level (UNESCO UIS) [Data set, snapshot 20260924T090632Z-3a29a8e94543, sha256 3a29a8e94543]. Datazimuts. Retrieved 2026-09-24, from https://datazimuts.com/en/datasets/unesco_uis/unesco_uis_gross_enrolment_ratios?snapshot=20260924T090632Z-3a29a8e94543
@misc{dz_unesco_uis_unesco_uis_gross_enrolment_ra_3a29a8e9,
title = {{Gross enrolment ratios by education level (UNESCO UIS)}},
author = {{UNESCO Institute for Statistics (UIS)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/unesco_uis/unesco_uis_gross_enrolment_ratios?snapshot=20260924T090632Z-3a29a8e94543}},
note = {Snapshot 20260924T090632Z-3a29a8e94543, sha256 3a29a8e945439e7ea905cf16290cd365f9ac390cb5320a7fbf4e8116642a1446; accessed 2026-09-24}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=unesco_uis%2Funesco_uis_gross_enrolment_ratios&lang=en&theme=auto&snapshot=20260924T090632Z-3a29a8e94543&x=year&y=year&agg=avg" title="Gross enrolment ratios by education level (UNESCO UIS)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.