Baselight

Gender Overall Earnings Gap

Eurostat code: earn_gr_goeg ยท (2010 - 2018)

@eurostat.earn_gr_goeg

Loading...
Loading...

About this Dataset

Gender Overall Earnings Gap

This Eurostat dataset contains data on gender overall earnings gap, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2024-06-05T23:00:00+0200

Tables

Gender Overall Earnings Gap - Raw

@eurostat.earn_gr_goeg.raw
  • 7.2 KB
  • 31 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "age" VARCHAR,
  "nace_r2" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2014" DOUBLE,
  "n_2018" DOUBLE
);

Gender Overall Earnings Gap - Unpivoted

@eurostat.earn_gr_goeg.tidy
  • 6.58 KB
  • 93 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "age" VARCHAR,
  "nace_r2" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.