Baselight

Population By Sex, Age, Disability Status And Labour Status

Eurostat code: hlth_dpeh010 ยท (2012 - 2012)

@eurostat.hlth_dpeh010

Loading...
Loading...

About this Dataset

Population By Sex, Age, Disability Status And Labour Status

This Eurostat dataset contains data on population by sex, age, disability status and labour 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: 2015-05-18T23:00:00+0200

Tables

Population By Sex, Age, Disability Status And Labour Status - Raw

@eurostat.hlth_dpeh010.raw
  • 31.75 KB
  • 5400 rows
  • 8 columns
Loading...

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

Population By Sex, Age, Disability Status And Labour Status - Unpivoted

@eurostat.hlth_dpeh010.tidy
  • 32.69 KB
  • 4832 rows
  • 9 columns
Loading...

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