Baselight

Main Vine Varieties By Age Group

Eurostat code: vit_t4 ยท (2015 - 2020)

@eurostat.vit_t4

Loading...
Loading...

About this Dataset

Main Vine Varieties By Age Group

This Eurostat dataset contains data on main vine varieties by age group, 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-08-24T23:00:00+0200

Tables

Main Vine Varieties By Age Group - Raw

@eurostat.vit_t4.raw
  • 234.68 KB
  • 63335 rows
  • 7 columns
Loading...

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

Main Vine Varieties By Age Group - Unpivoted

@eurostat.vit_t4.tidy
  • 220.07 KB
  • 87606 rows
  • 7 columns
Loading...

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

Share link

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