Employees By Sex, Age, Occupation And Size Class Of The Enterprise - NACE Rev. 2, B-S Excluding O (2022)
Eurostat code: earn_ses22_03 · (2022 - 2022)
@eurostat.earn_ses22_03
Eurostat code: earn_ses22_03 · (2022 - 2022)
@eurostat.earn_ses22_03
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"sizeclas" VARCHAR,
"isco08" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"sizeclas" VARCHAR,
"isco08" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.