Baselight

Population By Sex, Age, Disability Status And Having A Longstanding Health Problem

Eurostat code: hlth_dpeh050 ยท (2012 - 2012)

@eurostat.hlth_dpeh050

Loading...
Loading...

About this Dataset

Population By Sex, Age, Disability Status And Having A Longstanding Health Problem

This Eurostat dataset contains data on population by sex, age, disability status and having a longstanding health problem, 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: 2015-05-18T23:00:00+0200

Tables

Population By Sex, Age, Disability Status And Having A Longstanding Health Problem - Raw

@eurostat.hlth_dpeh050.raw
  • 25.11 KB
  • 3240 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "hlth_pb" VARCHAR,
  "yes_no" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "n_2012" DOUBLE
);

Population By Sex, Age, Disability Status And Having A Longstanding Health Problem - Unpivoted

@eurostat.hlth_dpeh050.tidy
  • 25.69 KB
  • 3240 rows
  • 9 columns
Loading...

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

Share link

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