scientificeducationliteracyglobalcountriesPISAUNESCOWorld BankUNDPgender parityschool enrollment

Global Education Performance & Literacy Index by Country — 2024/2025

Category
Scientific
Records
70 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected
Downloads
0

About this data

Comprehensive education dataset covering 70 countries across all continents with 10 key indicators: adult literacy rate, mean years of schooling, expected years of schooling, government education expenditure (% GDP), primary enrollment rate, secondary completion rate, PISA 2022 average scores, gender parity index, pupil-teacher ratio, and youth literacy rate. Data sourced from World Bank, UNDP Human Development Report 2025, OECD PISA 2022, and UNESCO Institute for Statistics. Normalized and cross-referenced across multiple authoritative sources for high data quality.

Schema

NameTypeDescription
countrystring
iso_regionstring
adult_literacy_rate_pctstring
mean_years_of_schoolingstring
expected_years_of_schoolingstring
gov_education_expenditure_pct_gdpstring
primary_enrollment_rate_gross_pctstring
secondary_completion_rate_pctstring
pisa_2022_avg_scorestring
gender_parity_index_primarystring
pupil_teacher_ratio_primarystring
youth_literacy_rate_15_24_pctstring
data_sourcesstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 2.9 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Education Performance &" })
// Found: d257d4a0-d8e9-4605-8496-5d67d4e7b5b0
get_download_url({ dataset_id: "d257d4a0-d8e9-4605-8496-5d67d4e7b5b0" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/d257d4a0-d8e9-4605-8496-5d67d4e7b5b0/download-url