Key Variables: Area, Livestock (LSU), Labour Force And Standard Output (SO) By Type Of Farming (2-digit) And NUTS 2 Region
Eurostat code: ef_kvftreg ยท (2005 - 2013)
@eurostat.ef_kvftreg
Eurostat code: ef_kvftreg ยท (2005 - 2013)
@eurostat.ef_kvftreg
CREATE TABLE raw (
"freq" VARCHAR,
"farmtype" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE,
"n_2007" DOUBLE,
"n_2010" DOUBLE,
"n_2013" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"farmtype" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.