Baselight

Total Area By Species (area In Ha)

Eurostat code: orch_total · (2002 - 2017)

@eurostat.orch_total

Loading...
Loading...

About this Dataset

Total Area By Species (area In Ha)

This Eurostat dataset contains data on total area by species (area in ha), 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: 2019-03-20T23:00:00+0100

Tables

Total Area By Species (area In Ha) - Raw

@eurostat.orch_total.raw
  • 11.02 KB
  • 352 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "density" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "fruitvar" VARCHAR,
  "geo" VARCHAR,
  "n_2002" DOUBLE,
  "n_2007" DOUBLE,
  "n_2012" DOUBLE,
  "n_2017" DOUBLE
);

Total Area By Species (area In Ha) - Unpivoted

@eurostat.orch_total.tidy
  • 9.75 KB
  • 637 rows
  • 8 columns
Loading...

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

Share link

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