Daily Exposure To Tobacco Smoke Indoors By Sex, Age And Educational Attainment Level
Eurostat code: hlth_ehis_sk4e ยท (2014 - 2019)
@eurostat.hlth_ehis_sk4e
Eurostat code: hlth_ehis_sk4e ยท (2014 - 2019)
@eurostat.hlth_ehis_sk4e
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"frequenc" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"frequenc" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.