Persons Reporting Exposure To Risk Factors That Can Adversely Affect Physical Health By Sex, Age And Educational Attainment Level
Eurostat code: hsw_exp2 ยท (2007 - 2020)
@eurostat.hsw_exp2
Eurostat code: hsw_exp2 ยท (2007 - 2020)
@eurostat.hsw_exp2
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"isced11" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE,
"n_2013" DOUBLE,
"n_2020" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"isced11" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.