Baselight

Persons In Long-term Unemployment (12 Months Or More) By Level Of Disability (activity Limitation) - % Of Total Unemployment

Eurostat code: lfsa_upgadl ยท (2022 - 2024)

@eurostat.lfsa_upgadl

Loading...
Loading...

About this Dataset

Persons In Long-term Unemployment (12 Months Or More) By Level Of Disability (activity Limitation) - % Of Total Unemployment

This Eurostat dataset contains data on persons in long-term unemployment (12 months or more) 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-09-11T23:00:00+0200

Tables

Persons In Long-term Unemployment (12 Months Or More) By Level Of Disability (activity Limitation) - % Of Total Unemployment - Raw

@eurostat.lfsa_upgadl.raw
  • 29.01 kB
  • 10,935 rows
  • 8 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "lev_limit" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2022" DOUBLE  -- 2022,
  "n_2024" DOUBLE  -- 2024
);

Persons In Long-term Unemployment (12 Months Or More) By Level Of Disability (activity Limitation) - % Of Total Unemployment - Unpivoted

@eurostat.lfsa_upgadl.tidy
  • 25.94 kB
  • 9,261 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.