Mean Annual Earnings By Sex, Age, Occupation - NACE Rev. 1.1, C-O Excluding L
Eurostat code: earn_ses06_28 ยท (2006 - 2006)
@eurostat.earn_ses06_28
Eurostat code: earn_ses06_28 ยท (2006 - 2006)
@eurostat.earn_ses06_28
CREATE TABLE raw (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"isco88" VARCHAR,
"indic_se" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"n_2006" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"isco88" VARCHAR,
"indic_se" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.