Baselight

Wine-grower Holdings By Degree Of Specialisation

Eurostat code: vit_t3 ยท (1999 - 2020)

@eurostat.vit_t3

Loading...
Loading...

About this Dataset

Wine-grower Holdings By Degree Of Specialisation

This Eurostat dataset contains data on wine-grower holdings by degree of specialisation, 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-07T23:00:00+0200

Tables

Wine-grower Holdings By Degree Of Specialisation - Raw

@eurostat.vit_t3.raw
  • 35.7 KB
  • 3104 rows
  • 9 columns
Loading...

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

Wine-grower Holdings By Degree Of Specialisation - Unpivoted

@eurostat.vit_t3.tidy
  • 33.2 KB
  • 6335 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "vinespec" 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.