Healthy Life Years (1995 - 2003)
Eurostat code: hlth_hlye_h ยท (1995 - 2003)
@eurostat.hlth_hlye_h
Eurostat code: hlth_hlye_h ยท (1995 - 2003)
@eurostat.hlth_hlye_h
CREATE TABLE raw (
"freq" VARCHAR,
"indic_he" VARCHAR,
"geo" VARCHAR,
"n_1995" DOUBLE,
"n_1996" DOUBLE,
"n_1997" DOUBLE,
"n_1998" DOUBLE,
"n_1999" DOUBLE,
"n_2000" DOUBLE,
"n_2001" DOUBLE,
"n_2002" DOUBLE,
"n_2003" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_he" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.