Baselight

Hospital Discharges By Diagnosis And NUTS 2 Region, Day Cases, Total Number - Total

Eurostat code: hlth_co_disch3t · (2000 - 2021)

@eurostat.hlth_co_disch3t

Hospital Discharges By Diagnosis And NUTS 2 Region, Day Cases, Total Number - Total - Unpivoted
@eurostat.hlth_co_disch3t.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.

  • 15.39 MB
  • 10569994 rows
  • 9 columns
freq

Freq

age

Age

indic_he

Indic He

unit

Unit

sex

Sex

icd10

Icd10

geo

Geo

time_period

Time Period

value

Value

AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Belgium2000916761
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Czechia200024401
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Praha20003958
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Střední Čechy20003313
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Jihozápad20002075
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Severozápad20004129
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Severovýchod20002990
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Jihovýchod20002672
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Střední Morava20002225
AnnualTotalDay cases (total number)NumberTotalAll causes of diseases (A00-Z99) excluding V00-Y98Moravskoslezsko20003039

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

Share link

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