Persons In Employment By Level Of Difficulty To Take One Or Two Hours Off At Short Notice, Household Composition And Working From Home
Eurostat code: lfso_19fxwt05 ยท (2019 - 2019)
@eurostat.lfso_19fxwt05
Eurostat code: lfso_19fxwt05 ยท (2019 - 2019)
@eurostat.lfso_19fxwt05
CREATE TABLE raw (
"freq" VARCHAR,
"frequenc" VARCHAR,
"hhstatus" VARCHAR,
"lev_diff" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"frequenc" VARCHAR,
"hhstatus" VARCHAR,
"lev_diff" 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.