Current Depressive Symptoms By Sex, Age And Income Quintile
Eurostat code: hlth_ehis_mh1i$dv_464
@eurostat.hlth_ehis_mh1i_dv_464
Eurostat code: hlth_ehis_mh1i$dv_464
@eurostat.hlth_ehis_mh1i_dv_464
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"hlth_pb" VARCHAR,
"quant_inc" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"hlth_pb" VARCHAR,
"quant_inc" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.