School completion rates by country (UNESCO UIS)
School completion rates (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): the share of young people completing primary (CR.1), lower secondary (CR.2) and upper secondary (CR.3) education. Method: keyless UIS Data API v1; modelled series (CR.MOD.*) excluded. Units: percent. Caveats: survey-based and sparse for many countries; latest 1-2 years provisional and revised; regional aggregates have no iso3 code. Coverage: worldwide, 1990 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='CR.2' to compare lower-secondary completion across countries.
Les titres et les descriptions proviennent des sources de données, en anglais.
- Lignes
- 7 863
- Colonnes
- 6
- Cadence de la source
- Annuelle
- Dernière actualisation
- 23 sept. 2026
- Thème
- education
| Colonne | 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) |
10 premières lignes d’exemple — un aperçu, pas le jeu de données complet.
| year | iso3 | area | indicator_id | indicator_label | value_pct |
|---|---|---|---|---|---|
| 2 011 | AFG | Afghanistan | CR.1 | Completion rate, primary education (%) | 40,726 |
| 2 015 | AFG | Afghanistan | CR.1 | Completion rate, primary education (%) | 54,485 |
| 2 022 | AFG | Afghanistan | CR.1 | Completion rate, primary education (%) | 44,242 |
| 2 000 | ALB | Albania | CR.1 | Completion rate, primary education (%) | 95,19 |
| 2 005 | ALB | Albania | CR.1 | Completion rate, primary education (%) | 98,91 |
| 2 009 | ALB | Albania | CR.1 | Completion rate, primary education (%) | 98,191 |
| 2 017 | ALB | Albania | CR.1 | Completion rate, primary education (%) | 95,402 |
| 2 013 | DZA | Algeria | CR.1 | Completion rate, primary education (%) | 94,241 |
| 2 019 | DZA | Algeria | CR.1 | Completion rate, primary education (%) | 94,054 |
| 2 015 | AGO | Angola | CR.1 | Completion rate, primary education (%) | 59,956 |
Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_completion_rates" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_completion_rates").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)Point d’accès API : https://datazimuts.com/v1/datasets/unesco_uis/unesco_uis_completion_rates
Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.
D’où viennent ces données et ce qui en a été fait. Le travail des autres apparaît sous forme de décomptes ; seuls les projets partagés sont nommés.
Citer cet instantané
Aucun instantané publié pour l’instant : cette citation renvoie à la dernière version.
UNESCO Institute for Statistics (UIS). (2026). School completion rates by country (UNESCO UIS) [Data set]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/fr/datasets/unesco_uis/unesco_uis_completion_rates
@misc{dz_unesco_uis_unesco_uis_completion_rates_latest,
title = {{School completion rates by country (UNESCO UIS)}},
author = {{UNESCO Institute for Statistics (UIS)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/fr/datasets/unesco_uis/unesco_uis_completion_rates}},
note = {Latest version; accessed 2026-09-23}
}Intégrer un tableau ou un graphique
Collez ce code dans n’importe quelle page. L’intégration est épinglée au même instantané, suit le thème clair ou sombre du lecteur et affiche toujours la source, la licence et un lien de retour.
<iframe src="https://datazimuts.com/embed/chart?dataset=unesco_uis%2Funesco_uis_completion_rates&lang=fr&theme=auto&x=year&y=year&agg=avg" title="School completion rates by country (UNESCO UIS)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Posez une question sur ce jeu de données. Les réponses viennent uniquement de sa fiche, de son profil mesuré et de son historique, et citent les faits utilisés.