What problem does it solve?
This Skill streamlines the access, processing, and analysis of global public health datasets so you can compute burden-of-disease metrics, compare countries over time, and quantify health inequality.
Core Features & Use Cases
- WHO GHO API ingestion: Query WHO Global Health Observatory indicators by indicator code, countries, years, and dimensions, returning a clean pandas DataFrame.
- IHME GBD data retrieval (with fallback): Download Global Burden of Disease results via HealthData API when authenticated, or use a local CSV fallback when not.
- Burden, standardization, and inequality analytics: Compute DALYs (DALYs = YLLs + YLDs), perform direct age-standardization with WHO standard weights, and estimate health inequality via concentration index calculations.
- Global choropleth mapping: Generate publication-ready choropleth maps for country-level health indicators using geopandas.
Quick Start
Use the global-health-data skill to fetch a WHO indicator for selected countries and years, then compute and visualize a global choropleth for a chosen year.