Support For Rural Development: Number Of Farms, Agricultural Area, Standard Output (SO) And Livestock (LSU) By Legal Status And Type Of Farming (1-digit)
Eurostat code: ef_ogardlegft ยท (2010 - 2013)
@eurostat.ef_ogardlegft
Eurostat code: ef_ogardlegft ยท (2010 - 2013)
@eurostat.ef_ogardlegft
CREATE TABLE raw (
"freq" VARCHAR,
"farmtype" VARCHAR,
"legtype" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"n_2010" DOUBLE,
"n_2013" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"farmtype" VARCHAR,
"legtype" VARCHAR,
"indic_ef" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.