Baselight

Need For Help With Personal Care Or Household Activities By Level Of Difficulty Experienced In Those Activities, Age And Income Quintile

Eurostat code: hlth_ehis_tadlhi ยท (2014 - 2019)

@eurostat.hlth_ehis_tadlhi

Loading...
Loading...

About this Dataset

Need For Help With Personal Care Or Household Activities By Level Of Difficulty Experienced In Those Activities, Age And Income Quintile

This Eurostat dataset contains data on need for help with personal care or household activities by level of difficulty experienced in those activities, age and income quintile, 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: 2021-07-26T11:00:00+0200

Tables

Need For Help With Personal Care Or Household Activities By Level Of Difficulty Experienced In Those Activities, Age And Income Quintile - Raw

@eurostat.hlth_ehis_tadlhi.raw
  • 29.33 KB
  • 8856 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_diff" VARCHAR,
  "assist" VARCHAR,
  "age" VARCHAR,
  "quant_inc" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE,
  "n_2019" DOUBLE
);

Need For Help With Personal Care Or Household Activities By Level Of Difficulty Experienced In Those Activities, Age And Income Quintile - Unpivoted

@eurostat.hlth_ehis_tadlhi.tidy
  • 25.95 KB
  • 11040 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_diff" VARCHAR,
  "assist" VARCHAR,
  "age" VARCHAR,
  "quant_inc" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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