Persons Being Happy In The Last 4 Weeks By Sex, Age, Educational Attainment And Frequency
Eurostat code: ilc_pw08$dv_426
@eurostat.ilc_pw08_dv_426
Eurostat code: ilc_pw08$dv_426
@eurostat.ilc_pw08_dv_426
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.