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

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

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.

  • 197.81 KB
  • 140872 rows
  • 10 columns
freq

Freq

rskpovth

Rskpovth

lev_diff

Lev Diff

hlth_pb

Hlth Pb

age

Age

sex

Sex

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageAustria20223.6
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageBelgium20222.5
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageBulgaria20222
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageSwitzerland20223.2
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageCyprus20221.4
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageCzechia20222.3
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageDenmark20224.1
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageEuro area – 20 countries (from 2023)20223.1
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageEstonia20222.1
AnnualAbove 60%ModerateCommunicatingTotalFemalesPercentageGreece20224.2

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.