Baselight

Difficulties In Personal Care Activities By Sex, Age And Level Of Disability (activity Limitation)

Eurostat code: hlth_ehis_pc1d ยท (2014 - 2019)

@eurostat.hlth_ehis_pc1d

Loading...
Loading...

About this Dataset

Difficulties In Personal Care Activities By Sex, Age And Level Of Disability (activity Limitation)

This Eurostat dataset contains data on difficulties in personal care activities 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

Difficulties In Personal Care Activities By Sex, Age And Level Of Disability (activity Limitation) - Raw

@eurostat.hlth_ehis_pc1d.raw
  • 116.37 KB
  • 47232 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
);

Difficulties In Personal Care Activities By Sex, Age And Level Of Disability (activity Limitation) - Unpivoted

@eurostat.hlth_ehis_pc1d.tidy
  • 104.6 KB
  • 73027 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
);

Share link

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