Baselight

Prevalence Of Disability By Sex, Economic Activity (NACE Rev. 1) And NUTS 2 Region

Eurostat code: hlth_db_emrena · (2002 - 2002)

@eurostat.hlth_db_emrena

About this Dataset

Prevalence Of Disability By Sex, Economic Activity (NACE Rev. 1) And NUTS 2 Region

This Eurostat dataset contains data on prevalence of disability by sex, economic activity (nace rev. 1) and nuts 2 region, 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: 2009-03-27T11:00:00+0100

Tables

Prevalence Of Disability By Sex, Economic Activity (NACE Rev. 1) And NUTS 2 Region - Raw

@eurostat.hlth_db_emrena.raw
  • 23.84 KB
  • 11988 rows
  • 5 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "n_2002" DOUBLE
);

Prevalence Of Disability By Sex, Economic Activity (NACE Rev. 1) And NUTS 2 Region - Unpivoted

@eurostat.hlth_db_emrena.tidy
  • 21.27 KB
  • 5246 rows
  • 6 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "sex" VARCHAR,
  "nace_r1" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);