Orange, Lemon And Small Citrus Fruit Trees - Area By Age Classes And Group Of Varieties (area In Ha)
Eurostat code: orch_oranges1 ยท (2002 - 2017)
@eurostat.orch_oranges1
Eurostat code: orch_oranges1 ยท (2002 - 2017)
@eurostat.orch_oranges1
This Eurostat dataset contains data on orange, lemon and small citrus fruit trees - area by age classes and group of varieties (area in ha), as collected and published by the Statistical Office of the European Union.
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
CREATE TABLE raw (
"freq" VARCHAR,
"density" VARCHAR,
"unit" VARCHAR,
"age" VARCHAR,
"fruitvar" VARCHAR,
"geo" VARCHAR,
"n_2002" DOUBLE -- 2002,
"n_2007" DOUBLE -- 2007,
"n_2012" DOUBLE -- 2012,
"n_2017" DOUBLE -- 2017
);CREATE TABLE tidy (
"freq" VARCHAR,
"density" VARCHAR,
"unit" VARCHAR,
"age" VARCHAR,
"fruitvar" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.