Baselight

Self-reported Consultations Of A Medical Professional By Level Of Disability (activity Limitation), Sex And Age

Eurostat code: hlth_ehis_am2d ยท (2014 - 2019)

@eurostat.hlth_ehis_am2d

Loading...
Loading...

About this Dataset

Self-reported Consultations Of A Medical Professional By Level Of Disability (activity Limitation), Sex And Age

This Eurostat dataset contains data on self-reported consultations of a medical professional by level of disability (activity limitation), 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: 2022-10-27T23:00:00+0200

Tables

Self-reported Consultations Of A Medical Professional By Level Of Disability (activity Limitation), Sex And Age - Raw

@eurostat.hlth_ehis_am2d.raw
  • 173.4 KB
  • 67968 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "n_contact" VARCHAR,
  "isco08" VARCHAR,
  "lev_limit" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2014" DOUBLE,
  "n_2019" DOUBLE
);

Self-reported Consultations Of A Medical Professional By Level Of Disability (activity Limitation), Sex And Age - Unpivoted

@eurostat.hlth_ehis_am2d.tidy
  • 163.55 KB
  • 112232 rows
  • 10 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "n_contact" VARCHAR,
  "isco08" VARCHAR,
  "lev_limit" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.