Baselight

Self Defined Health Status By Age And Income Quantile

Eurostat code: ilc_lk11 · (1995 - 2001)

@eurostat.ilc_lk11

Loading...
Loading...

About this Dataset

Self Defined Health Status By Age And Income Quantile

This Eurostat dataset contains data on self defined health status by age and income quantile, 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: 2010-05-28T23:00:00+0200

Tables

Self Defined Health Status By Age And Income Quantile - Raw

@eurostat.ilc_lk11.raw
  • 9.51 KB
  • 90 rows
  • 11 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "age" VARCHAR,
  "quantile" VARCHAR,
  "geo" VARCHAR,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE
);

Self Defined Health Status By Age And Income Quantile - Unpivoted

@eurostat.ilc_lk11.tidy
  • 5.63 KB
  • 594 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "age" VARCHAR,
  "quantile" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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