Baselight

Employed Persons By Level Of Disability (activity Limitation) And Occupation

Eurostat code: lfsa_egaidl ยท (2022 - 2024)

@eurostat.lfsa_egaidl

Loading...
Loading...

About this Dataset

Employed Persons By Level Of Disability (activity Limitation) And Occupation

This Eurostat dataset contains data on employed persons by level of disability (activity limitation) and occupation, 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-09-11T23:00:00+0200

Tables

Employed Persons By Level Of Disability (activity Limitation) And Occupation - Raw

@eurostat.lfsa_egaidl.raw
  • 449.44 kB
  • 120,891 rows
  • 9 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "lev_limit" VARCHAR,
  "isco08" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2022" DOUBLE  -- 2022,
  "n_2024" DOUBLE  -- 2024
);

Employed Persons By Level Of Disability (activity Limitation) And Occupation - Unpivoted

@eurostat.lfsa_egaidl.tidy
  • 405.08 kB
  • 138,779 rows
  • 9 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "lev_limit" VARCHAR,
  "isco08" 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.