Baselight

Functional Limitations By Sex, Age And Level Of Disability (activity Limitation)

Eurostat code: hlth_ehis_pl1d · (2014 - 2019)

@eurostat.hlth_ehis_pl1d

About this Dataset

Functional Limitations By Sex, Age And Level Of Disability (activity Limitation)

This Eurostat dataset contains data on functional limitations 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: 2022-11-17T11:00:00+0100

Tables

Functional Limitations By Sex, Age And Level Of Disability (activity Limitation) - Raw

@eurostat.hlth_ehis_pl1d.raw
  • 225.83 KB
  • 90240 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "hlth_pb" VARCHAR,
  "lev_limit" VARCHAR,
  "lev_diff" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE,
  "n_2019" DOUBLE
);

Functional Limitations By Sex, Age And Level Of Disability (activity Limitation) - Unpivoted

@eurostat.hlth_ehis_pl1d.tidy
  • 211.12 KB
  • 148068 rows
  • 10 columns
Loading...

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