CoolFace
Datasetpublic

electricsheepasia/asia-owid-average-learning-outcomes-by-total-education-expenditure-per-capita

Average Learning Outcomes By Total Education Expenditure Per Capita | Asia (Our World in Data) ๐ŸŒ 779 observations ยท 45 Asia countries ยท 1990โ€“2023 ยท Repackaged by Electric Sheep Asia TL;DR This dataset contains 779 observations of Average Learning Outcomes By Total Education Expenditure Per Capita data across 45 Asia countries, spanning 1990โ€“2023. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic:โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/electricsheepasia/asia-owid-average-learning-outcomes-by-total-education-expenditure-per-capita.

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

Average Learning Outcomes By Total Education Expenditure Per Capita | Asia (Our World in Data)

๐ŸŒ 779 observations ยท 45 Asia countries ยท 1990โ€“2023 ยท Repackaged by [Electric Sheep Asia](https://huggingface.co/electricsheepasia)

rows countries years license

TL;DR

This dataset contains 779 observations of Average Learning Outcomes By Total Education Expenditure Per Capita data across 45 Asia countries, spanning 1990โ€“2023.

About the source

  • โ€”Source: Our World in Data
  • โ€”Publisher: Our World in Data
  • โ€”License: cc-by-4.0
  • โ€”Topic: Average Learning Outcomes By Total Education Expenditure Per Capita

Geographic coverage

45 Asia countries ยท top rows shown below, sorted by row count:

CountryRowsFirst yearLast year
ISR2919902021
CYP2819902021
AZE2819922022
IRN2819912022
KGZ2719942021
MYS2719922020
PAK2619912020
OMN2519902022
THA2519912020
ARM2519962023
GEO2419942023
TJK2219932020
BGD2219912020
NPL2219982020
SAU2119912020
...30 more countries

Schema

ColumnTypeDescriptionExample
country_namestringโ€”Afghanistan
country_iso3stringโ€”AFG
yearint64โ€”2001
Harmonized test scores among all studentsfloat64โ€”355.0
Government expenditure on educationfloat64โ€”110085265625.0
World region according to OWIDstringโ€”Asia

Data quality & caveats

  • โ€”Harmonized test scores among all students column has 80.9% null values (filtered to non-null in this dataset).

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepasia/asia-owid-average-learning-outcomes-by-total-education-expenditure-per-capita")
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="Harmonized test scores among all students")

Citation

bibtex
@misc{asia_owid_average_learning_outcomes_by_total_education_expenditure_per_capita_2023,
  title        = {Average Learning Outcomes By Total Education Expenditure Per Capita | Asia (Our World in Data)},
  author       = {Our World in Data},
  year         = {2023},
  url          = {https://ourworldindata.org/grapher/average-learning-outcomes-by-total-education-expenditure-per-capita},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Asia},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepasia/asia-owid-average-learning-outcomes-by-total-education-expenditure-per-capita}}
}

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-05 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/average-learning-outcomes-by-total-education-expenditure-per-capita