Baselight

Causes Of Death - Standardised Death Rate By Country Of Residence, Monthly Data

Eurostat code: hlth_cd_msdr2 ยท (2019-01 - 2022-12)

@eurostat.hlth_cd_msdr2

Loading...
Loading...

About this Dataset

Causes Of Death - Standardised Death Rate By Country Of Residence, Monthly Data

This Eurostat dataset contains data on causes of death - standardised death rate by country of residence, monthly data, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-03-21T11:00:00+0100

Tables

Causes Of Death - Standardised Death Rate By Country Of Residence, Monthly Data - Raw

@eurostat.hlth_cd_msdr2.raw
  • 1.94 MB
  • 22032 rows
  • 54 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "icd10" VARCHAR,
  "geo" VARCHAR,
  "n_2019_01" DOUBLE,
  "n_2019_02" DOUBLE,
  "n_2019_03" DOUBLE,
  "n_2019_04" DOUBLE,
  "n_2019_05" DOUBLE,
  "n_2019_06" DOUBLE,
  "n_2019_07" DOUBLE,
  "n_2019_08" DOUBLE,
  "n_2019_09" DOUBLE,
  "n_2019_10" DOUBLE,
  "n_2019_11" DOUBLE,
  "n_2019_12" DOUBLE,
  "n_2020_01" DOUBLE,
  "n_2020_02" DOUBLE,
  "n_2020_03" DOUBLE,
  "n_2020_04" DOUBLE,
  "n_2020_05" DOUBLE,
  "n_2020_06" DOUBLE,
  "n_2020_07" DOUBLE,
  "n_2020_08" DOUBLE,
  "n_2020_09" DOUBLE,
  "n_2020_10" DOUBLE,
  "n_2020_11" DOUBLE,
  "n_2020_12" DOUBLE,
  "n_2021_01" DOUBLE,
  "n_2021_02" DOUBLE,
  "n_2021_03" DOUBLE,
  "n_2021_04" DOUBLE,
  "n_2021_05" DOUBLE,
  "n_2021_06" DOUBLE,
  "n_2021_07" DOUBLE,
  "n_2021_08" DOUBLE,
  "n_2021_09" DOUBLE,
  "n_2021_10" DOUBLE,
  "n_2021_11" DOUBLE,
  "n_2021_12" DOUBLE,
  "n_2022_01" DOUBLE,
  "n_2022_02" DOUBLE,
  "n_2022_03" DOUBLE,
  "n_2022_04" DOUBLE,
  "n_2022_05" DOUBLE,
  "n_2022_06" DOUBLE,
  "n_2022_07" DOUBLE,
  "n_2022_08" DOUBLE,
  "n_2022_09" DOUBLE,
  "n_2022_10" DOUBLE,
  "n_2022_11" DOUBLE,
  "n_2022_12" DOUBLE
);

Causes Of Death - Standardised Death Rate By Country Of Residence, Monthly Data - Unpivoted

@eurostat.hlth_cd_msdr2.tidy
  • 1.78 MB
  • 860274 rows
  • 8 columns
Loading...

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

Share link

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