Gender Overall Earnings Gap
Eurostat code: earn_gr_goeg ยท (2010 - 2018)
@eurostat.earn_gr_goeg
Eurostat code: earn_gr_goeg ยท (2010 - 2018)
@eurostat.earn_gr_goeg
This Eurostat dataset contains data on gender overall earnings gap, as collected and published by the Statistical Office of the European Union.
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
CREATE TABLE raw (
"freq" VARCHAR,
"age" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE -- 2010,
"n_2014" DOUBLE -- 2014,
"n_2018" DOUBLE -- 2018
);CREATE TABLE tidy (
"freq" VARCHAR,
"age" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.