Baselight

Long-term Unemployment By Level Of Disability (activity Limitation) - % Of Total Unemployment

Eurostat code: lfsa_upgadl ยท (2022 - 2024)

@eurostat.lfsa_upgadl

Loading...
Loading...

About this Dataset

Long-term Unemployment By Level Of Disability (activity Limitation) - % Of Total Unemployment

This Eurostat dataset contains data on long-term unemployment by level of disability (activity limitation) - % of total unemployment, 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-04-14T23:00:00+0200

Tables

Long-term Unemployment By Level Of Disability (activity Limitation) - % Of Total Unemployment - Raw

@eurostat.lfsa_upgadl.raw
  • 27.87 KB
  • 10934 rows
  • 8 columns
Loading...

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

Long-term Unemployment By Level Of Disability (activity Limitation) - % Of Total Unemployment - Unpivoted

@eurostat.lfsa_upgadl.tidy
  • 24.78 KB
  • 8952 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "lev_limit" 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.