Hazardous Alcohol Drinkers By Sex, Age And Educational Attainment Level
Eurostat code: hlth_ehis_al2e ยท (2014 - 2014)
@eurostat.hlth_ehis_al2e
Eurostat code: hlth_ehis_al2e ยท (2014 - 2014)
@eurostat.hlth_ehis_al2e
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.