CoolFace
Datasetpublic

electricsheepasia/asia-owid-primary-secondary-enrollment-completion-rates

Primary Secondary Enrollment Completion Rates | Asia (Our World in Data) 🌏 2,046 observations · 48 Asia countries · 1970–2024 · Repackaged by Electric Sheep Asia TL;DR This dataset contains 2,046 observations of Primary Secondary Enrollment Completion Rates data across 48 Asia countries, spanning 1970–2024. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Primary Secondary Enrollment Completion… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-owid-primary-secondary-enrollment-completion-rates.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes6downloads
Dataset Card

Primary Secondary Enrollment Completion Rates | Asia (Our World in Data)

🌏 2,046 observations · 48 Asia countries · 1970–2024 · Repackaged by [Electric Sheep Asia](https://huggingface.co/electricsheepasia)

rows countries years license

TL;DR

This dataset contains 2,046 observations of Primary Secondary Enrollment Completion Rates data across 48 Asia countries, spanning 1970–2024.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Primary Secondary Enrollment Completion Rates

Geographic coverage

48 Asia countries · top rows shown below, sorted by row count:

CountryRowsFirst yearLast year
MNG5519702024
IDN5419702023
CHN5419702023
BRN5319702023
PHL5319712023
THA5319712023
MYS5319702023
BHR5219712023
KOR5219712022
JOR5219712023
OMN5219712022
LAO5219712024
IRN5219712022
IND5119712024
BTN5119702024
...33 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Afghanistan
country_iso3string—AFG
yearint64—1970
Primary enrolmentfloat64—31.65142
Secondary enrolmentfloat64—8.3641
Tertiary enrolmentfloat64—0.76956
Primary completionfloat64—40.72569
Lower secondary completionfloat64—23.377

Data quality & caveats

  • —Primary enrolment column has 9.2% null values (filtered to non-null in this dataset).

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepasia/asia-owid-primary-secondary-enrollment-completion-rates")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

python
indonesia = df[df["country_iso3"] == "IDN"]

Time-series for a single indicator

python
sample = df.sort_values("year")
sample.plot(x="year", y="Primary enrolment")

Citation

bibtex
@misc{asia_owid_primary_secondary_enrollment_completion_rates_2024,
  title        = {Primary Secondary Enrollment Completion Rates | Asia (Our World in Data)},
  author       = {Our World in Data},
  year         = {2024},
  url          = {https://ourworldindata.org/grapher/primary-secondary-enrollment-completion-rates},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Asia},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-owid-primary-secondary-enrollment-completion-rates}}
}

License

Released under cc-by-4.0.

Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Asia repackaging.

About Electric Sheep

Electric Sheep Asia is part of the Electric Sheep mission: a unified, ML-ready data layer for Asia on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.

Browse the full collection: huggingface.co/electricsheepasia


Provenance: ingested 2026-06-07 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/primary-secondary-enrollment-completion-rates