Employees With Care Responsibilities By Working Time Flexibility For Care, Educational Attainment Level And Degree Of Urbanisation
Eurostat code: lfso_18poseedu ยท (2018 - 2018)
@eurostat.lfso_18poseedu
Eurostat code: lfso_18poseedu ยท (2018 - 2018)
@eurostat.lfso_18poseedu
CREATE TABLE raw (
"freq" VARCHAR,
"wtflex" VARCHAR,
"isced11" VARCHAR,
"deg_urb" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"wtflex" VARCHAR,
"isced11" VARCHAR,
"deg_urb" 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.