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

Area Under Wine-grape Vine Varieties Broken Down By Type Of Production, Yield Class And Region - Unpivoted
@eurostat.vit_bs5.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 31.31 KB
  • 4488 rows
  • 5 columns
freq

Freq

yieldcls

Yieldcls

geo

Geo

time_period

Time Period

value

Value

AnnualArea for other wines - total (ha)Austria1999
AnnualArea for other wines - total (ha)Burgenland1999
AnnualArea for other wines - total (ha)Niederösterreich1999
AnnualArea for other wines - total (ha)Wien and other Bundesländer1999
AnnualArea for other wines - total (ha)Steiermark1999
AnnualArea for other wines - total (ha)Germany1999
AnnualArea for other wines - total (ha)Baden1999
AnnualArea for other wines - total (ha)Württemberg1999
AnnualArea for other wines - total (ha)Franken1999
AnnualArea for other wines - total (ha)Hessische Bergstraße1999

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.