Olive Trees - Area By Age And Density Classes (area In Ha)
Eurostat code: orch_olives3 ยท (2012 - 2017)
@eurostat.orch_olives3
Eurostat code: orch_olives3 ยท (2012 - 2017)
@eurostat.orch_olives3
This Eurostat dataset contains data on olive trees - area by age and density classes (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_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.