CoolFace
Datasetpublic

electricsheepeurope/europe-owid-gender-wage-gap-oecd

Gender Wage Gap Oecd | Europe (Our World in Data) 🇪🇺 391 observations · 26 Europe countries · 1970–2016 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 391 observations of Gender Wage Gap Oecd data across 26 Europe countries, spanning 1970–2016. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Gender Wage Gap Oecd Geographic coverage 26 Europe countries · top… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-gender-wage-gap-oecd.

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

Gender Wage Gap Oecd | Europe (Our World in Data)

🇪🇺 391 observations · 26 Europe countries · 1970–2016 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 391 observations of Gender Wage Gap Oecd data across 26 Europe countries, spanning 1970–2016.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Gender Wage Gap Oecd

Geographic coverage

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

CountryRowsFirst yearLast year
GBR4719702016
FIN3719772015
SWE3619752013
HUN2419892015
DEU2319922014
CZE1919962016
NOR1919972015
POL1719912014
BEL1619992014
AUT1620002015
IRL1619942015
SVK1520022016
ITA1519862014
DNK1420022015
PRT1220042015
...11 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Austria
country_iso3string—AUT
yearint64—2000
The gender wage gapfloat64—23.1

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-gender-wage-gap-oecd")
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="The gender wage gap")

Citation

bibtex
@misc{europe_owid_gender_wage_gap_oecd_2016,
  title        = {Gender Wage Gap Oecd | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2016},
  url          = {https://ourworldindata.org/grapher/gender-wage-gap-oecd},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-gender-wage-gap-oecd}}
}

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/gender-wage-gap-oecd