# Data Dictionary - Global Health - life expectancy, mortality, nutrition, capacity & risk (World Bank, 15 indicators)

**Units:** vary by `indicator` - read the per-row `unit` column (overall: (varies by indicator)).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Country (ISO3 code) |
| `ts` | timestamp (UTC) | Year |
| `indicator` | str | Life expectancy / mortality / health spend / beds / physicians / immunisation |
| `value` | float | Indicator value (years / per-1000 / % / rate) |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (annual) |


## Coverage note

The file runs to **2024-01-01**, but 2 of 29 `indicator` values stop earlier. This reflects the upstream publication schedule, not a gap in processing - the remaining values are current.

| indicator | last value | behind by |
|---|---|---|
| `Mortality from non-communicable disease (% of adults)` | 2021-01-01 | 1095 days |
| `Suicide mortality rate (per 100,000)` | 2021-01-01 | 1095 days |
*Source: World Bank Open Data.*
