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
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"n_2002" DOUBLE,
"n_2006" DOUBLE,
"n_2007" DOUBLE
);
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.