Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age, Level Of Disability (activity Limitation) And Activity Type
Eurostat code: ilc_scp39 ยท (2022 - 2022)
@eurostat.ilc_scp39
Eurostat code: ilc_scp39 ยท (2022 - 2022)
@eurostat.ilc_scp39
CREATE TABLE raw (
"freq" VARCHAR,
"acl00" VARCHAR,
"lev_limit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"acl00" VARCHAR,
"lev_limit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.