Peach And Apricot Trees - Area By Age Classes And Group Of Varieties (area In Ha)
Eurostat code: orch_peach1 ยท (2012 - 2017)
@eurostat.orch_peach1
Eurostat code: orch_peach1 ยท (2012 - 2017)
@eurostat.orch_peach1
This Eurostat dataset contains data on peach and apricot 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-27T23: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.