Baselight

Vineyards

Eurostat code: ef_lpc_vineyd ยท (2013 - 2016)

@eurostat.ef_lpc_vineyd

Loading...
Loading...

About this Dataset

Vineyards

This Eurostat dataset contains data on vineyards, 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: 2021-01-28T11:00:00+0100

Tables

Vineyards - Raw

@eurostat.ef_lpc_vineyd.raw
  • 1.69 MB
  • 1277468 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "so_eur" VARCHAR,
  "croparea" VARCHAR,
  "crops" VARCHAR,
  "unit" VARCHAR,
  "agrarea" VARCHAR,
  "geo" VARCHAR,
  "n_2013" DOUBLE,
  "n_2016" DOUBLE
);

Vineyards - Unpivoted

@eurostat.ef_lpc_vineyd.tidy
  • 1.73 MB
  • 1574862 rows
  • 9 columns
Loading...

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

Share link

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