Key Variables: Area, Livestock (LSU), Labour Force And Standard Output (SO) By Economic Size Of Farm (SO In Euro), Legal Status Of Holding And NUTS 2 Region
Eurostat code: ef_kvecsleg ยท (2005 - 2013)
@eurostat.ef_kvecsleg
Eurostat code: ef_kvecsleg ยท (2005 - 2013)
@eurostat.ef_kvecsleg
CREATE TABLE raw (
"freq" VARCHAR,
"legtype" VARCHAR,
"so_eur" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE,
"n_2007" DOUBLE,
"n_2010" DOUBLE,
"n_2013" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"legtype" VARCHAR,
"so_eur" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.