Baselight

Area Under Wine-grape Vine Varieties Broken Down By Vine Variety And By Age Of The Vines - Germany

Eurostat code: vit_bs4_de · (1999 - 2009)

@eurostat.vit_bs4_de

Loading...
Loading...

About this Dataset

Area Under Wine-grape Vine Varieties Broken Down By Vine Variety And By Age Of The Vines - Germany

This Eurostat dataset contains data on area under wine-grape vine varieties broken down by vine variety and by age of the vines - germany, 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: 2012-03-16T11:00:00+0100

Tables

Area Under Wine-grape Vine Varieties Broken Down By Vine Variety And By Age Of The Vines - Germany - Raw

@eurostat.vit_bs4_de.raw
  • 30.02 KB
  • 10458 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic_vi" VARCHAR,
  "wine_var" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE,
  "n_2009" DOUBLE
);

Area Under Wine-grape Vine Varieties Broken Down By Vine Variety And By Age Of The Vines - Germany - Unpivoted

@eurostat.vit_bs4_de.tidy
  • 30.3 KB
  • 18017 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic_vi" VARCHAR,
  "wine_var" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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