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
  • 18.91 KB
  • 300 rows
  • 12 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_he" VARCHAR,
  "geo" VARCHAR,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE,
  "n_2002" DOUBLE,
  "n_2003" DOUBLE
);

Healthy Life Years (1995 - 2003) - Unpivoted

@eurostat.hlth_hlye_h.tidy
  • 10.43 KB
  • 2120 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.