Gini index
Gini index measures the extent to which the distribution of income (or, in some cases, consumption expenditure) among individuals or households within an economy deviates from a perfectly equal distribution. A Gini index of 0 represents perfect equality, while an index of 100 implies perfect inequality.
- Source
- World Bank
- Rows
- 208
- Columns
- 4
- Source cadence
- Yearly
- Last refreshed
- Sep 23, 2026
- Theme
- poverty
| Column | Type | Description |
|---|---|---|
| country_code | string | ISO 3166-1 alpha-3 country code (World Bank API field countryiso3code). |
| country_name | string | Country name as published by the World Bank API. |
| year | integer | Calendar year of the observation (World Bank API field date). |
| value | float | Indicator value for the country and year, as defined by the World Bank indicator (see the dataset description). Missing values are null. (unit: index (0-100)) |
First 10 sample rows — a preview, not the complete dataset.
| country_code | country_name | year | value |
|---|---|---|---|
| CAN | Canada | 2,000 | 33.4 |
| CAN | Canada | 2,001 | 33.6 |
| CAN | Canada | 2,002 | 33.6 |
| CAN | Canada | 2,003 | 33.8 |
| CAN | Canada | 2,004 | 33.8 |
| CAN | Canada | 2,005 | 33.6 |
| CAN | Canada | 2,006 | 34.1 |
| CAN | Canada | 2,007 | 33.8 |
| CAN | Canada | 2,008 | 33.9 |
| CAN | Canada | 2,009 | 34 |
Profiled Sep 23, 2026 from snapshot 20260923T095609Z-edd28fc507e8
Measured- Completeness
- 93%
- Rows
- 208
- Columns
- 4
- Columns with gaps
- 1
| Column | Missing | Distinct | Range | Distribution |
|---|---|---|---|---|
| country_codevarchar | 0% | 7 | — |
|
| country_namevarchar | 0% | 9 | — |
|
| yearbigint | 0% | 27 | 2,000 → 2,025median 2,013 | |
| valuedouble | 27.9% | 75 | 25.5 → 43.7median 33.2 | 4 outside 1st–99th percentile |
- Current
20260923T095609Z-edd28fc507e8 · sha256 edd28fc507e8…
208 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/world_bank/gini_index" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/world_bank/gini_index").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/world_bank/gini_index
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260923T095609Z-edd28fc507e8 and its content hash, so readers get exactly the data you used.
World Bank. (2026). Gini index [Data set, snapshot 20260923T095609Z-edd28fc507e8, sha256 edd28fc507e8]. Datazimuts. Retrieved 2026-09-23, from https://datazimuts.com/en/datasets/world_bank/gini_index?snapshot=20260923T095609Z-edd28fc507e8
@misc{dz_world_bank_gini_index_edd28fc5,
title = {{Gini index}},
author = {{World Bank}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/world_bank/gini_index?snapshot=20260923T095609Z-edd28fc507e8}},
note = {Snapshot 20260923T095609Z-edd28fc507e8, sha256 edd28fc507e8bf71bc9cae6a4c7247f8a803572eafae26c7b2b49bec10fffcde; accessed 2026-09-23}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=world_bank%2Fgini_index&lang=en&theme=auto&snapshot=20260923T095609Z-edd28fc507e8&x=year&y=year&agg=avg" title="Gini index" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.