Baselight

Healthy Life Years (1995 - 2003)

Eurostat code: hlth_hlye_h ยท (1995 - 2003)

@eurostat.hlth_hlye_h

Loading...
Loading...

About this Dataset

Healthy Life Years (1995 - 2003)

This Eurostat dataset contains data on healthy life years (1995 - 2003), 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: 2011-10-05T23:00:00+0200

Tables

Healthy Life Years (1995 - 2003) - Raw

@eurostat.hlth_hlye_h.raw
  • 19.37 kB
  • 300 rows
  • 12 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_he" VARCHAR,
  "geo" VARCHAR,
  "n_1995" DOUBLE  -- 1995,
  "n_1996" DOUBLE  -- 1996,
  "n_1997" DOUBLE  -- 1997,
  "n_1998" DOUBLE  -- 1998,
  "n_1999" DOUBLE  -- 1999,
  "n_2000" DOUBLE  -- 2000,
  "n_2001" DOUBLE  -- 2001,
  "n_2002" DOUBLE  -- 2002,
  "n_2003" DOUBLE  -- 2003
);

Healthy Life Years (1995 - 2003) - Unpivoted

@eurostat.hlth_hlye_h.tidy
  • 10.68 kB
  • 2,120 rows
  • 5 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_he" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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