Get Poverty Regional
get_poverty_regionalAggregated World Bank poverty estimates at the regional/group level (not per-country). Returns headcount, poverty gap, mean welfare, and total population in poverty for each group. group_by controls the aggregation: "wb" = World Bank geographic regions, "inc" = income groups (HIC/UMIC/LMIC/LIC), "none" = global total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Reporting year (e.g. "2020") or "all". Default "all". | |
| povline | No | Poverty line in $/day (2017 PPP). Common values: 2.15, 3.65, 6.85. Default 2.15. | |
| group_by | No | Aggregation: "wb" geographic regions, "inc" income groups, "none" global total. Default "wb". |