Baselight

Disability Employment Gap By Level Of Activity Limitation And Sex (source EU-SILC)

Eurostat code: hlth_dlm200 ยท (2010 - 2024)

@eurostat.hlth_dlm200

Disability Employment Gap By Level Of Activity Limitation And Sex (source EU-SILC) - Unpivoted
@eurostat.hlth_dlm200.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 13.55 KB
  • 3597 rows
  • 7 columns
freq

Freq

unit

Unit

lev_limit

Lev Limit

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualPercentage pointSevereFemalesCroatia201037.7
AnnualPercentage pointSevereMalesCroatia201043.5
AnnualPercentage pointSevereTotalCroatia201039.6
AnnualPercentage pointSome or severeFemalesCroatia201027.7
AnnualPercentage pointSome or severeMalesCroatia201033.5
AnnualPercentage pointSome or severeTotalCroatia201029.8
AnnualPercentage pointSomeFemalesCroatia201024.1
AnnualPercentage pointSomeMalesCroatia201029.4
AnnualPercentage pointSomeTotalCroatia201025.9
AnnualPercentage pointSevereMalesCroatia201145.3

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

Share link

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