Mean Monthly Earnings By Economic Activity, Collective Pay Agreement, Sex
Eurostat code: earn_ses_agt19 ยท (2002 - 2002)
@eurostat.earn_ses_agt19
Eurostat code: earn_ses_agt19 ยท (2002 - 2002)
@eurostat.earn_ses_agt19
CREATE TABLE raw (
"freq" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"cpayagr" VARCHAR,
"indic_se" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"n_2002" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"cpayagr" VARCHAR,
"indic_se" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.