Baselight

Table Grape Vines - Area By Age Classes (area In Ha)

Eurostat code: orch_grapes1 ยท (2012 - 2017)

@eurostat.orch_grapes1

About this Dataset

Table Grape Vines - Area By Age Classes (area In Ha)

This Eurostat dataset contains data on table grape vines - area by age classes (area in ha), 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: 2019-03-27T23:00:00+0100

Tables

Table Grape Vines - Area By Age Classes (area In Ha) - Raw

@eurostat.orch_grapes1.raw
  • 13.49 KB
  • 836 rows
  • 8 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "density" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "fruitvar" VARCHAR,
  "geo" VARCHAR,
  "n_2012" DOUBLE,
  "n_2017" DOUBLE
);

Table Grape Vines - Area By Age Classes (area In Ha) - Unpivoted

@eurostat.orch_grapes1.tidy
  • 13.37 KB
  • 1223 rows
  • 8 columns

CREATE TABLE tidy (
  "freq" VARCHAR,
  "density" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "fruitvar" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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