Persons Not Participating In Formal/informal Voluntary Activities Or Active Citizenship In The Last 12 Months By Sex, Age, Educational Attainment And Reasons
Eurostat code: ilc_scp21$dv_436
@eurostat.ilc_scp21_dv_436
Eurostat code: ilc_scp21$dv_436
@eurostat.ilc_scp21_dv_436
CREATE TABLE raw (
"freq" VARCHAR,
"reason" VARCHAR,
"acl00" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"reason" VARCHAR,
"acl00" VARCHAR,
"isced11" 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.