Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age And Educational Attainment
Eurostat code: ilc_scp19 · (2015 - 2022)
@eurostat.ilc_scp19
Eurostat code: ilc_scp19 · (2015 - 2022)
@eurostat.ilc_scp19
CREATE TABLE raw (
"freq" VARCHAR,
"isced11" VARCHAR,
"acl00" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced11" VARCHAR,
"acl00" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.