Baselight

Population By Sex, Age, Disability Status And Household Type

Eurostat code: hlth_dpeh040 ยท (2012 - 2012)

@eurostat.hlth_dpeh040

Loading...
Loading...

About this Dataset

Population By Sex, Age, Disability Status And Household Type

This Eurostat dataset contains data on population by sex, age, disability status and household type, 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 Household Type - Raw

@eurostat.hlth_dpeh040.raw
  • 39.95 KB
  • 7560 rows
  • 8 columns
Loading...

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

Population By Sex, Age, Disability Status And Household Type - Unpivoted

@eurostat.hlth_dpeh040.tidy
  • 40.98 KB
  • 6985 rows
  • 9 columns
Loading...

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