Baselight

Area Under Wine-grape Vine Varieties Broken Down By Type Of Production, Yield Class And Region

Eurostat code: vit_bs5 ยท (1999 - 2009)

@eurostat.vit_bs5

Loading...
Loading...

About this Dataset

Area Under Wine-grape Vine Varieties Broken Down By Type Of Production, Yield Class And Region

This Eurostat dataset contains data on area under wine-grape vine varieties broken down by type of production, yield class and region, 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: 2013-06-20T23:00:00+0200

Tables

Area Under Wine-grape Vine Varieties Broken Down By Type Of Production, Yield Class And Region - Raw

@eurostat.vit_bs5.raw
  • 30.04 KB
  • 3058 rows
  • 5 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "yieldcls" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE,
  "n_2009" DOUBLE
);

Area Under Wine-grape Vine Varieties Broken Down By Type Of Production, Yield Class And Region - Unpivoted

@eurostat.vit_bs5.tidy
  • 31.31 KB
  • 4488 rows
  • 5 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "yieldcls" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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