Baselight

People Having A Long-standing Illness Or Health Problem, By Sex, Age And Income Quintile

Eurostat code: hlth_silc_11$dv_1148

@eurostat.hlth_silc_11_dv_1148

People Having A Long-standing Illness Or Health Problem, By Sex, Age And Income Quintile - Unpivoted
@eurostat.hlth_silc_11_dv_1148.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.

  • 9.12 KB
  • 1241 rows
  • 8 columns
freq

Freq

unit

Unit

quantile

Quantile

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageTotalFrom 16 to 19 yearsTotalAustria201511.6
AnnualPercentageTotalFrom 16 to 19 yearsTotalBelgium20158.2
AnnualPercentageTotalFrom 16 to 19 yearsTotalBulgaria20155.1
AnnualPercentageTotalFrom 16 to 19 yearsTotalSwitzerland201521.4
AnnualPercentageTotalFrom 16 to 19 yearsTotalCyprus20156.5
AnnualPercentageTotalFrom 16 to 19 yearsTotalCzechia20159
AnnualPercentageTotalFrom 16 to 19 yearsTotalGermany201516.8
AnnualPercentageTotalFrom 16 to 19 yearsTotalDenmark201515.6
AnnualPercentageTotalFrom 16 to 19 yearsTotalEstonia201515.9
AnnualPercentageTotalFrom 16 to 19 yearsTotalGreece20153.7

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

Share link

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