Baselight

Wine-grower Holdings By Production

Eurostat code: vit_t1 ยท (2015 - 2020)

@eurostat.vit_t1

Loading...
Loading...

About this Dataset

Wine-grower Holdings By Production

This Eurostat dataset contains data on wine-grower holdings by production, 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-05-03T11:00:00+0200

Tables

Wine-grower Holdings By Production - Raw

@eurostat.vit_t1.raw
  • 34.99 KB
  • 5209 rows
  • 6 columns
Loading...

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

Wine-grower Holdings By Production - Unpivoted

@eurostat.vit_t1.tidy
  • 33.23 KB
  • 7906 rows
  • 6 columns
Loading...

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

Share link

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