scientifichealthpublic-healthworld-bankepidemiologymortalityhealthcareglobaldisease-burdenWHOdevelopment

Global Public Health & Disease Burden by Country (1960-2023)

Category
Scientific
Records
14,183 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
1

About this data

Comprehensive dataset covering 20 key public health indicators across 222 countries and territories from 1960 to 2023. Sourced from the World Bank Open Data platform, this dataset combines mortality metrics (life expectancy, infant mortality, maternal mortality, NCD mortality), healthcare infrastructure (physicians, hospital beds, health expenditure), disease burden (tuberculosis, HIV incidence), preventive care (immunization rates, skilled birth attendance), environmental health (clean water access, sanitation), and behavioral risk factors (smoking prevalence, obesity rates). Wide format with one row per country-year. 14,183 rows across 25 columns. Ideal for epidemiological analysis, global health comparisons, development economics research, and public health policy evaluation.

Schema

NameTypeDescription
country_codestring
country_namestring
regionstring
income_levelstring
yearstring
life_expectancy_yearsstring
infant_mortality_per_1000string
death_rate_per_1000string
birth_rate_per_1000string
maternal_mortality_per_100kstring
ncd_mortality_pctstring
health_expenditure_pct_gdpstring
health_expenditure_per_capita_usdstring
physicians_per_1000string
hospital_beds_per_1000string
immunization_measles_pctstring
immunization_dpt_pctstring
tuberculosis_incidence_per_100kstring
hiv_incidence_per_1000string
births_attended_by_skilled_staff_pctstring
clean_water_access_pctstring
sanitation_access_pctstring
smoking_prevalence_male_pctstring
smoking_prevalence_female_pctstring
overweight_adults_pctstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 2.3 / 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: "Global Public Health & Disease" })
// Found: 1b5db0bb-4301-496f-bcdb-722b8d992787
get_download_url({ dataset_id: "1b5db0bb-4301-496f-bcdb-722b8d992787" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/1b5db0bb-4301-496f-bcdb-722b8d992787/download-url