Baselight

Daily Consumption Of Fruit And Vegetables By Level Of Disability (activity Limitation), Sex And Age

Eurostat code: hlth_ehis_fv3d ยท (2014 - 2019)

@eurostat.hlth_ehis_fv3d

Loading...
Loading...

About this Dataset

Daily Consumption Of Fruit And Vegetables By Level Of Disability (activity Limitation), Sex And Age

This Eurostat dataset contains data on daily consumption of fruit and vegetables 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

Daily Consumption Of Fruit And Vegetables By Level Of Disability (activity Limitation), Sex And Age - Raw

@eurostat.hlth_ehis_fv3d.raw
  • 59.55 KB
  • 21744 rows
  • 9 columns
Loading...

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

Daily Consumption Of Fruit And Vegetables By Level Of Disability (activity Limitation), Sex And Age - Unpivoted

@eurostat.hlth_ehis_fv3d.tidy
  • 54.15 KB
  • 32502 rows
  • 9 columns
Loading...

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