Baselight

Participation In Education And Training By Type Of Disability, Sex And Age

Eurostat code: hlth_de050 ยท (2011 - 2011)

@eurostat.hlth_de050

Loading...
Loading...

About this Dataset

Participation In Education And Training By Type Of Disability, Sex And Age

This Eurostat dataset contains data on participation in education and training by type of disability, 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

Participation In Education And Training By Type Of Disability, Sex And Age - Raw

@eurostat.hlth_de050.raw
  • 61.87 KB
  • 9270 rows
  • 8 columns
Loading...

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

Participation In Education And Training By Type Of Disability, Sex And Age - Unpivoted

@eurostat.hlth_de050.tidy
  • 62.61 KB
  • 7938 rows
  • 9 columns
Loading...

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