Baselight

End-stage Renal Failure (ESRF) Patients - Historical Data (1980-2014)

Eurostat code: hlth_co_ren ยท (1980 - 2014)

@eurostat.hlth_co_ren

End-stage Renal Failure (ESRF) Patients - Historical Data (1980-2014) - Unpivoted
@eurostat.hlth_co_ren.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.

  • 22.5 KB
  • 2761 rows
  • 6 columns
freq

Freq

unit

Unit

icd9cm

Icd9cm

geo

Geo

time_period

Time Period

value

Value

AnnualNumberHaemodialysisAustria1980787
AnnualNumberHaemodialysisBelgium19801544
AnnualNumberHaemodialysisSwitzerland19801031
AnnualNumberHaemodialysisGreece1980726
AnnualNumberHaemodialysisSpain19804739
AnnualNumberHaemodialysisFinland1980223
AnnualNumberHaemodialysisFrance19809926
AnnualNumberHaemodialysisHungary1980143
AnnualNumberHaemodialysisIceland19807
AnnualNumberHaemodialysisPortugal1980262

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "icd9cm" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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