Persons Being Happy In The Last 4 Weeks By Sex, Age, Educational Attainment And Frequency
Eurostat code: ilc_pw08 ยท (2013 - 2022)
@eurostat.ilc_pw08
Eurostat code: ilc_pw08 ยท (2013 - 2022)
@eurostat.ilc_pw08
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"isced11" VARCHAR,
"frequenc" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2013" DOUBLE,
"n_2018" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"isced11" VARCHAR,
"frequenc" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.