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