financialeconomicsdevelopmentworld-bankGDPpopulationpanel-datacountriesmacroeconomics

Global Development Indicators by Country (1970–2023)

Category
Financial
Records
11,718 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

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

NameTypeDescription
country_code_iso3string
country_code_iso2string
country_namestring
regionstring
income_groupstring
yearstring
gdp_current_usdstring
gdp_per_capita_usdstring
populationstring
population_growth_pctstring
inflation_cpi_pctstring
unemployment_pctstring
life_expectancy_yearsstring
education_expenditure_pct_gdpstring
health_expenditure_pct_gdpstring
trade_pct_gdpstring
fdi_net_inflows_pct_gdpstring
electric_power_consumption_kwh_per_capitastring
internet_users_pctstring
arable_land_pctstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.3 / 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 Development Indicators " })
// Found: e01cc350-c6e2-452b-aaa9-563553c2f578
get_download_url({ dataset_id: "e01cc350-c6e2-452b-aaa9-563553c2f578" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/e01cc350-c6e2-452b-aaa9-563553c2f578/download-url