educationeducationliteracyenrollmentcountriespanel-datadevelopmentsdg4human-capital

Global Education & Literacy Statistics by Country (1970–2024)

Category
Education
Records
10,560 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.01 MB
Downloads
1

About this data

Comprehensive panel dataset covering 192 countries from 1970 to 2024, with 15 education indicators including literacy rates, school enrollment (primary, secondary, tertiary), government education spending as percentage of GDP, pupil-teacher ratios, mean and expected years of schooling, out-of-school children rates, and gender parity indices. Data is normalized across World Bank income groups and geographic regions, sourced from UNESCO Institute for Statistics, World Bank World Development Indicators, and UNDP Human Development Reports. Contains 10,560 observations suitable for longitudinal education analysis, development economics research, human capital modeling, and SDG 4 (Quality Education) progress tracking.

Schema

NameTypeDescription
countrystring
iso3_codestring
yearstring
regionstring
income_groupstring
literacy_rate_pctstring
primary_enrollment_gross_pctstring
secondary_enrollment_gross_pctstring
tertiary_enrollment_gross_pctstring
govt_education_spending_pct_gdpstring
pupil_teacher_ratio_primarystring
mean_years_schoolingstring
expected_years_schoolingstring
out_of_school_children_pctstring
gender_parity_index_primarystring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 5
1 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 & Literacy St" })
// Found: 1a6ad62b-9291-4ea2-b60d-6da2e6c45a6c
get_download_url({ dataset_id: "1a6ad62b-9291-4ea2-b60d-6da2e6c45a6c" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/1a6ad62b-9291-4ea2-b60d-6da2e6c45a6c/download-url