Other Activities On The Holding: Number Of Farms, Agricultural Area And Economic Size (ESU) By Legal Status Of Holding, Type Of Farming (1-digit) And Economic Size Of Farm (ESU)
Eurostat code: ef_so_rdft ยท (2000 - 2007)
@eurostat.ef_so_rdft
Eurostat code: ef_so_rdft ยท (2000 - 2007)
@eurostat.ef_so_rdft
CREATE TABLE raw (
"freq" VARCHAR,
"esu" VARCHAR,
"farmtype" VARCHAR,
"legtype" VARCHAR,
"variable" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2000" DOUBLE,
"n_2003" DOUBLE,
"n_2005" DOUBLE,
"n_2007" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"esu" VARCHAR,
"farmtype" VARCHAR,
"legtype" VARCHAR,
"variable" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.