Percentage Distribution Of Causes Of Disability By Sex And Economic Activity (NACE Rev. 1)
Eurostat code: hlth_db_emcana ยท (2002 - 2002)
@eurostat.hlth_db_emcana
Eurostat code: hlth_db_emcana ยท (2002 - 2002)
@eurostat.hlth_db_emcana
CREATE TABLE raw (
"freq" VARCHAR,
"nace_r1" VARCHAR,
"sex" VARCHAR,
"hp_cause" VARCHAR,
"geo" VARCHAR,
"n_2002" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"nace_r1" VARCHAR,
"sex" VARCHAR,
"hp_cause" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.