scientificeducationliteracyglobalcountriesPISAUNESCOWorld BankUNDPgender parityschool enrollment
Global Education Performance & Literacy Index by Country — 2024/2025
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
| Name | Type | Description |
|---|---|---|
| country | string | |
| iso_region | string | |
| adult_literacy_rate_pct | string | |
| mean_years_of_schooling | string | |
| expected_years_of_schooling | string | |
| gov_education_expenditure_pct_gdp | string | |
| primary_enrollment_rate_gross_pct | string | |
| secondary_completion_rate_pct | string | |
| pisa_2022_avg_score | string | |
| gender_parity_index_primary | string | |
| pupil_teacher_ratio_primary | string | |
| youth_literacy_rate_15_24_pct | string | |
| data_sources | string |
Sample Data
Preview a sample of the data before downloading.
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/d257d4a0-d8e9-4605-8496-5d67d4e7b5b0/download-url