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
This Eurostat dataset contains data on persons not participating in formal/informal voluntary activities or active citizenship in the last 12 months by sex, age, educational attainment and reasons, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2024-04-22T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"reason" VARCHAR,
"acl00" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE -- 2015
);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.