Gender Pay Gap In Unadjusted Form By NACE Rev. 1.1 Activity - Structure Of Earnings Survey Methodology
Eurostat code: earn_gr_gpg ยท (2002 - 2007)
@eurostat.earn_gr_gpg
Eurostat code: earn_gr_gpg ยท (2002 - 2007)
@eurostat.earn_gr_gpg
This Eurostat dataset contains data on gender pay gap in unadjusted form by nace rev. 1.1 activity - structure of earnings survey methodology, 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: 2010-07-01T11:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"n_2002" DOUBLE -- 2002,
"n_2006" DOUBLE -- 2006,
"n_2007" DOUBLE -- 2007
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.