socialdemographicspopulationcountriespanel-datadevelopment

Global Population & Demographics by Country (1960–2024)

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

About this data

Comprehensive panel dataset covering 176 countries and territories from 1960 to 2024, with 17 demographic indicators including population, life expectancy, birth and death rates, fertility rate, infant mortality, urbanization, median age, dependency ratio, and migration metrics. Data is normalized across World Bank income groups and UN geographic regions, sourced from World Bank World Development Indicators, UN Population Division estimates, and WHO demographic statistics. Contains 11,440 observations suitable for longitudinal demographic analysis, development economics research, and population trend modeling.

Schema

NameTypeDescription
countrystring
iso3_codestring
yearstring
regionstring
income_groupstring
populationstring
life_expectancy_yearsstring
birth_rate_per_1000string
death_rate_per_1000string
fertility_ratestring
infant_mortality_per_1000string
urban_population_pctstring
median_age_yearsstring
natural_growth_rate_pctstring
net_migration_rate_per_1000string
population_growth_rate_pctstring
dependency_ratiostring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 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 Population & Demographi" })
// Found: e04c1c03-66c4-47d3-b76c-6131deb1a382
get_download_url({ dataset_id: "e04c1c03-66c4-47d3-b76c-6131deb1a382" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/e04c1c03-66c4-47d3-b76c-6131deb1a382/download-url