Persons Participating In Formal Voluntary Activities By Sex, Age, Educational Attainment And Type Of Organisation
Eurostat code: ilc_scp23$dv_2363
@eurostat.ilc_scp23_dv_2363
Eurostat code: ilc_scp23$dv_2363
@eurostat.ilc_scp23_dv_2363
CREATE TABLE raw (
"freq" VARCHAR,
"acl00" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"acl00" VARCHAR,
"isced11" 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.