Employed Persons By Current And Preferred Professional Status, Sex And Country Of Birth
Eurostat code: lfso_17pscb ยท (2017 - 2017)
@eurostat.lfso_17pscb
Eurostat code: lfso_17pscb ยท (2017 - 2017)
@eurostat.lfso_17pscb
CREATE TABLE raw (
"freq" VARCHAR,
"wstatus" VARCHAR,
"c_birth" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"wstatuspr" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"wstatus" VARCHAR,
"c_birth" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"wstatuspr" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.