financialworld-bankdevelopmenteconomicspanel-datatime-seriesglobalgdppopulationdemographics

World Bank Global Development Indicators — 217 Countries Panel (1974–2023)

Category
Financial
Records
10,834 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
birth_rate_per_1000
Downloads
1

About this data

Comprehensive panel dataset covering 217 countries across 50 years (1974–2023) with 14 key development indicators from the World Bank Open Data API. Includes GDP per capita, total GDP, population, life expectancy, birth/death rates, unemployment, inflation, internet adoption, electricity consumption, literacy rates, health expenditure, Gini index, and FDI inflows. Ideal for longitudinal economic analysis, cross-country comparisons, and development research. Core demographic indicators (population, life expectancy, birth/death rates) have 100% coverage; economic indicators (GDP, FDI) cover 80–90% of observations.

Schema

NameTypeDescription
country_iso3string
country_namestring
regionstring
income_groupstring
yearstring
gdp_per_capita_usdstring
gdp_total_usdstring
populationstring
life_expectancy_yearsstring
death_rate_per_1000string
birth_rate_per_1000string
unemployment_pctstring
inflation_annual_pctstring
internet_users_pctstring
electric_consumption_kwh_per_capitastring
adult_literacy_rate_pctstring
health_expenditure_per_capita_usdstring
gini_indexstring
fdi_net_inflows_usdstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.2 / 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: "World Bank Global Development " })
// Found: c6ba0085-b358-49d9-a8d2-806ab3331ab6
get_download_url({ dataset_id: "c6ba0085-b358-49d9-a8d2-806ab3331ab6" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/c6ba0085-b358-49d9-a8d2-806ab3331ab6/download-url