Baselight

Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age And Educational Attainment

Eurostat code: ilc_scp19$dv_1042

@eurostat.ilc_scp19_dv_1042

Loading...
Loading...

About this Dataset

Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age And Educational Attainment

This Eurostat dataset contains data on persons participating in formal/informal voluntary activities or active citizenship by sex, age and educational attainment, as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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: 2025-10-17T23:00:00+0200

Tables

Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age And Educational Attainment - Raw

@eurostat.ilc_scp19_dv_1042.raw
  • 24.45 kB
  • 4,653 rows
  • 9 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "isced11" VARCHAR,
  "acl00" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2015" DOUBLE  -- 2015,
  "n_2022" DOUBLE  -- 2022
);

Persons Participating In Formal/informal Voluntary Activities Or Active Citizenship By Sex, Age And Educational Attainment - Unpivoted

@eurostat.ilc_scp19_dv_1042.tidy
  • 21.68 kB
  • 8,229 rows
  • 9 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "isced11" VARCHAR,
  "acl00" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.