CoolFace
Datasetpublic

electricsheepeurope/europe-owid-gini-coefficient-equivalized-income-chartbook

Gini Coefficient Equivalized Income Chartbook | Europe (Our World in Data) 🇪🇺 294 observations · 12 Europe countries · 1901–2015 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 294 observations of Gini Coefficient Equivalized Income Chartbook data across 12 Europe countries, spanning 1901–2015. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Gini Coefficient Equivalized… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-gini-coefficient-equivalized-income-chartbook.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes6downloads
Dataset Card

Gini Coefficient Equivalized Income Chartbook | Europe (Our World in Data)

🇪🇺 294 observations · 12 Europe countries · 1901–2015 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 294 observations of Gini Coefficient Equivalized Income Chartbook data across 12 Europe countries, spanning 1901–2015.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Gini Coefficient Equivalized Income Chartbook

Geographic coverage

12 Europe countries · top rows shown below, sorted by row count:

CountryRowsFirst yearLast year
SWE3619752013
ITA3619012012
DEU3419622012
FIN3219662014
NLD3119592014
NOR3019862015
FRA2419562014
ESP2319802014
PRT2019932014
ISL1220032014
DNK819872013
CHE820062013

Schema

ColumnTypeDescriptionExample
country_namestring—Denmark
country_iso3string—DNK
yearint64—1987
Gini coefficient, equivalized income after tax and transfersfloat64—0.255

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-gini-coefficient-equivalized-income-chartbook")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

python
germany = df[df["country_iso3"] == "DEU"]

Time-series for a single indicator

python
sample = df.sort_values("year")
sample.plot(x="year", y="Gini coefficient, equivalized income after tax and transfers")

Citation

bibtex
@misc{europe_owid_gini_coefficient_equivalized_income_chartbook_2015,
  title        = {Gini Coefficient Equivalized Income Chartbook | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2015},
  url          = {https://ourworldindata.org/grapher/gini-coefficient-equivalized-income-chartbook},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-gini-coefficient-equivalized-income-chartbook}}
}

License

Released under cc-by-4.0.

Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Europe repackaging.

About Electric Sheep

Electric Sheep Europe is part of the Electric Sheep mission: a unified, ML-ready data layer for Europe on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.

Browse the full collection: huggingface.co/electricsheepeurope


Provenance: ingested 2026-06-08 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/gini-coefficient-equivalized-income-chartbook