Baselight

Persons Reporting Basic Activity Difficulty By Sex, Age, Level Of Difficulty, Type Of Basic Action And Risk Of Poverty Threshold

Eurostat code: ilc_hch19 ยท (2022 - 2022)

@eurostat.ilc_hch19

Loading...
Loading...

About this Dataset

Persons Reporting Basic Activity Difficulty By Sex, Age, Level Of Difficulty, Type Of Basic Action And Risk Of Poverty Threshold

This Eurostat dataset contains data on persons reporting basic activity difficulty by sex, age, level of difficulty, type of basic action and risk of poverty threshold, 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: 2024-10-01T23:00:00+0200

Tables

Persons Reporting Basic Activity Difficulty By Sex, Age, Level Of Difficulty, Type Of Basic Action And Risk Of Poverty Threshold - Raw

@eurostat.ilc_hch19.raw
  • 212.92 KB
  • 145656 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "rskpovth" VARCHAR,
  "lev_diff" VARCHAR,
  "hlth_pb" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2022" DOUBLE
);

Persons Reporting Basic Activity Difficulty By Sex, Age, Level Of Difficulty, Type Of Basic Action And Risk Of Poverty Threshold - Unpivoted

@eurostat.ilc_hch19.tidy
  • 197.81 KB
  • 140872 rows
  • 10 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "rskpovth" VARCHAR,
  "lev_diff" VARCHAR,
  "hlth_pb" 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.