Smoking Of Tobacco Products By Sex, Age And Country Of Citizenship
Eurostat code: hlth_ehis_sk1c ยท (2014 - 2019)
@eurostat.hlth_ehis_sk1c
Eurostat code: hlth_ehis_sk1c ยท (2014 - 2019)
@eurostat.hlth_ehis_sk1c
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"smoking" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"citizen" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"smoking" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"citizen" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.