Baselight

Persons Not Participating In Active Citizenship By Sex, Age And Level Of Disability (activity Limitation)

Eurostat code: ilc_scp40$dv_2549

@eurostat.ilc_scp40_dv_2549

Loading...
Loading...

About this Dataset

Persons Not Participating In Active Citizenship By Sex, Age And Level Of Disability (activity Limitation)

This Eurostat dataset contains data on persons not participating in active citizenship by sex, age and level of disability (activity limitation), 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-07-18T23:00:00+0200

Tables

Persons Not Participating In Active Citizenship By Sex, Age And Level Of Disability (activity Limitation) - Raw

@eurostat.ilc_scp40_dv_2549.raw
  • 6.55 KB
  • 96 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "reason" VARCHAR,
  "lev_limit" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2022" DOUBLE
);

Persons Not Participating In Active Citizenship By Sex, Age And Level Of Disability (activity Limitation) - Unpivoted

@eurostat.ilc_scp40_dv_2549.tidy
  • 7.15 KB
  • 93 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "reason" VARCHAR,
  "lev_limit" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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