Participation In Activities Of Churches Or Other Religious Organisations By Level Of Disability (activity Limitation), Sex And Age
Eurostat code: hlth_ds040 ยท (2006 - 2006)
@eurostat.hlth_ds040
Eurostat code: hlth_ds040 ยท (2006 - 2006)
@eurostat.hlth_ds040
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.