Employed Persons By Sex, Age Group, Educational Attainment Level, Occupation (ISCO-88) And NUTS 3 Region
Eurostat code: cens_01reisco · (2001 - 2001)
@eurostat.cens_01reisco
Eurostat code: cens_01reisco · (2001 - 2001)
@eurostat.cens_01reisco
CREATE TABLE raw (
"freq" VARCHAR,
"isco88" VARCHAR,
"isced97" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2001" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isco88" VARCHAR,
"isced97" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.