Participation In Informal Voluntary Activities By Level Of Disability (activity Limitation), Sex And Age
Eurostat code: hlth_ds050 ยท (2006 - 2006)
@eurostat.hlth_ds050
Eurostat code: hlth_ds050 ยท (2006 - 2006)
@eurostat.hlth_ds050
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"lev_limit" VARCHAR,
"yes_no" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"n_2006" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"lev_limit" VARCHAR,
"yes_no" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.