scientificeconomicsworld-bankcountriesdevelopmentgdppopulation

Global Country Economic & Development Indicators — 2023

Category
Scientific
Records
10 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
Verification
unverified
PII
None detected
Downloads
0

About this data

Comprehensive dataset covering 231 countries and territories with key economic and development indicators. Sourced from the World Bank Open Data API and REST Countries API, then normalized into a single clean CSV. **12 columns per country:** - Country name, ISO 3166-1 alpha-3 code - Region, subregion, capital city - Population, area (sq km), population density - GDP per capita (USD, 2023) - Life expectancy at birth (years, 2022) - Internet users (% of population, 2023) - Unemployment rate (%, 2023) **Data coverage:** 201 countries with GDP data, 215 with life expectancy, 181 with internet usage, 183 with unemployment rates. **Sources:** World Bank Open Data (indicators NY.GDP.PCAP.CD, SP.DYN.LE00.IN, IT.NET.USER.ZS, SL.UEM.TOTL.ZS), REST Countries API v3.1. **Use cases:** Cross-country economic analysis, development research, data science projects, ML feature engineering, educational datasets.

Schema

NameTypeDescription
countrystring
iso3string
regionstring
subregionstring
capitalstring
populationstring
area_sq_kmstring
population_density_per_sq_kmstring
gdp_per_capita_usdstring
life_expectancy_yearsstring
internet_users_pctstring
unemployment_rate_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 Country Economic & Deve" })
// Found: 51ad3123-8381-42c7-92cd-e2d25bacf6a5
get_download_url({ dataset_id: "51ad3123-8381-42c7-92cd-e2d25bacf6a5" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/51ad3123-8381-42c7-92cd-e2d25bacf6a5/download-url