Global Development Indicators by Country (1970–2023)
About this data
Comprehensive panel dataset of 14 key development indicators for 217 countries spanning 1970–2023 (11,718 rows). Sourced from the World Bank World Development Indicators (WDI), this dataset covers macroeconomics (GDP, GDP per capita, inflation, unemployment, trade, FDI), demographics (population, population growth, life expectancy), public spending (education and health expenditure as % of GDP), infrastructure (electricity consumption, internet adoption), and land use (arable land %). Each row represents a single country-year observation with ISO country codes, region, and World Bank income group classification. Ideal for cross-country panel regressions, development trend analysis, machine learning benchmarks, and policy research.
Schema
| Name | Type | Description |
|---|---|---|
| country_code_iso3 | string | |
| country_code_iso2 | string | |
| country_name | string | |
| region | string | |
| income_group | string | |
| year | string | |
| gdp_current_usd | string | |
| gdp_per_capita_usd | string | |
| population | string | |
| population_growth_pct | string | |
| inflation_cpi_pct | string | |
| unemployment_pct | string | |
| life_expectancy_years | string | |
| education_expenditure_pct_gdp | string | |
| health_expenditure_pct_gdp | string | |
| trade_pct_gdp | string | |
| fdi_net_inflows_pct_gdp | string | |
| electric_power_consumption_kwh_per_capita | string | |
| internet_users_pct | string | |
| arable_land_pct | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
# 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 Development Indicators " })
// Found: e01cc350-c6e2-452b-aaa9-563553c2f578
get_download_url({ dataset_id: "e01cc350-c6e2-452b-aaa9-563553c2f578" }) // free — no API key needed# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e01cc350-c6e2-452b-aaa9-563553c2f578/download-url