Baselight

Wine-grower Holdings By Size Class

Eurostat code: vit_t2 ยท (1999 - 2020)

@eurostat.vit_t2

Loading...
Loading...

About this Dataset

Wine-grower Holdings By Size Class

This Eurostat dataset contains data on wine-grower holdings by size class, 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-04-29T11:00:00+0200

Tables

Wine-grower Holdings By Size Class - Raw

@eurostat.vit_t2.raw
  • 33.15 KB
  • 2418 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "vinetype" VARCHAR,
  "agrarea" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_1999" DOUBLE,
  "n_2009" DOUBLE,
  "n_2015" DOUBLE,
  "n_2020" DOUBLE
);

Wine-grower Holdings By Size Class - Unpivoted

@eurostat.vit_t2.tidy
  • 30.44 KB
  • 5852 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "vinetype" VARCHAR,
  "agrarea" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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