Baselight

Population By Type Of Disability, Sex, Age And Marital Status

Eurostat code: hlth_dp060 ยท (2011 - 2011)

@eurostat.hlth_dp060

Loading...
Loading...

About this Dataset

Population By Type Of Disability, Sex, Age And Marital Status

This Eurostat dataset contains data on population by type of disability, sex, age and marital status, 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

Population By Type Of Disability, Sex, Age And Marital Status - Raw

@eurostat.hlth_dp060.raw
  • 77.64 KB
  • 11610 rows
  • 8 columns
Loading...

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

Population By Type Of Disability, Sex, Age And Marital Status - Unpivoted

@eurostat.hlth_dp060.tidy
  • 78.48 KB
  • 10173 rows
  • 9 columns
Loading...

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