Baselight

Self-reported Unmet Needs For Health Care By Specific Reasons, Level Of Disability (activity Limitation), Sex And Age

Eurostat code: hlth_ehis_un1d ยท (2014 - 2019)

@eurostat.hlth_ehis_un1d

Self-reported Unmet Needs For Health Care By Specific Reasons, Level Of Disability (activity Limitation), Sex And Age - Unpivoted
@eurostat.hlth_ehis_un1d.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.

  • 60.73 KB
  • 37064 rows
  • 9 columns
freq

Freq

reason

Reason

lev_limit

Lev Limit

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualDistance or transportationModerateFemalesTotalPercentageAustria20143.1
AnnualDistance or transportationModerateFemalesTotalPercentageBulgaria20145.3
AnnualDistance or transportationModerateFemalesTotalPercentageCyprus20140.2
AnnualDistance or transportationModerateFemalesTotalPercentageCzechia20147.5
AnnualDistance or transportationModerateFemalesTotalPercentageGermany20147.6
AnnualDistance or transportationModerateFemalesTotalPercentageDenmark20143.8
AnnualDistance or transportationModerateFemalesTotalPercentageEstonia20143.6
AnnualDistance or transportationModerateFemalesTotalPercentageGreece201410.4
AnnualDistance or transportationModerateFemalesTotalPercentageSpain20142.3
AnnualDistance or transportationModerateFemalesTotalPercentageEuropean Union - 27 countries (from 2020)20146.4

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

Share link

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