Baselight

Prevalence Of The Main Basic Activity Difficulties By Sex And Age

Eurostat code: hlth_dp050 ยท (2011 - 2011)

@eurostat.hlth_dp050

Loading...
Loading...

About this Dataset

Prevalence Of The Main Basic Activity Difficulties By Sex And Age

This Eurostat dataset contains data on prevalence of the main basic activity difficulties 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

Prevalence Of The Main Basic Activity Difficulties By Sex And Age - Raw

@eurostat.hlth_dp050.raw
  • 10.03 KB
  • 3906 rows
  • 7 columns
Loading...

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

Prevalence Of The Main Basic Activity Difficulties By Sex And Age - Unpivoted

@eurostat.hlth_dp050.tidy
  • 11.03 KB
  • 3063 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.