Baselight

Persons Reporting A Longstanding Health Problem Or A Basic Activity Difficulty By Sex And Age

Eurostat code: hlth_dp010 ยท (2011 - 2011)

@eurostat.hlth_dp010

Loading...
Loading...

About this Dataset

Persons Reporting A Longstanding Health Problem Or A Basic Activity Difficulty By Sex And Age

This Eurostat dataset contains data on persons reporting a longstanding health problem or a basic activity difficulty by sex and age, 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: 2019-03-21T23:00:00+0100

Tables

Persons Reporting A Longstanding Health Problem Or A Basic Activity Difficulty By Sex And Age - Raw

@eurostat.hlth_dp010.raw
  • 31.33 KB
  • 6696 rows
  • 7 columns
Loading...

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

Persons Reporting A Longstanding Health Problem Or A Basic Activity Difficulty By Sex And Age - Unpivoted

@eurostat.hlth_dp010.tidy
  • 32.04 KB
  • 5524 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "hlth_pb" 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.