Tous les jeux de données

Healthy life expectancy (HALE) at birth (years)

Healthy life expectancy (HALE) at birth (years) Source: WHO Global Health Observatory (indicator WHOSIS_000002). Rows are country x year; sex-disaggregated rows carry a sex label.

Source: WHO Global Health Observatory12,210 lignesMis à jour: 21/09/2026
life-expectancyhalewho

Qualité

97

Attribution

World Health Organization (WHO)

Schéma

ColonneTypeDescription
country_codestringCountry code (WHO GHO API field SpatialDim, country-level rows only).
country_namestringCountry name from the WHO GHO COUNTRY dimension labels.
yearintegerYear of observation (WHO GHO API field TimeDim).
sexstringSex disaggregation label (WHO GHO API dimension Dim1). Only present when the indicator is published sex-disaggregated.
valuefloatEstimate value for the country, year (and sex where present), as defined by the WHO GHO indicator (see the dataset description; WHO GHO API field NumericValue).
lowfloatLower bound of the published uncertainty interval (WHO GHO API field Low). Only present when the indicator publishes uncertainty intervals.
highfloatUpper bound of the published uncertainty interval (WHO GHO API field High). Only present when the indicator publishes uncertainty intervals.

Exemple de lignes

country_codecountry_nameyearsexvaluelowhigh
AFGAFG2000SEX_BTSX46.0279504944.9396022447.30857785
AFGAFG2000SEX_FMLE46.1548510145.1703946647.42541106
AFGAFG2000SEX_MLE45.943668644.9639429147.02571132
AFGAFG2001SEX_BTSX46.1161207744.9075700647.03309825
AFGAFG2001SEX_FMLE46.2848754545.3244899647.39427436

Utiliser avec un LLM

Dirigez n’importe quel LLM vers le point d’accès des métadonnées — la documentation ci-dessus est aussi lisible par machine (JSON-LD + Croissant).

cURL

curl "https://datazimuts.com/v1/datasets/who_gho/healthy_life_expectancy" | jq '{title, rows, columns_count, license}'

Python

import requests

ds = requests.get("https://datazimuts.com/v1/datasets/who_gho/healthy_life_expectancy").json()
print(ds["title"], ds["rows"], "rows")

# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
    print(row)

Point d’accès API: https://datazimuts.com/v1/datasets/who_gho/healthy_life_expectancy

Astuce : récupérez /llms.txt pour le catalogue complet lisible par machine.