Holdings, Cultivated Area Under Vines (CAV) And Utilised Agricultural Area (AA) By AV/AA Ratio, Size Class And Region
Eurostat code: vit_bs2 · (1999 - 2009)
@eurostat.vit_bs2
Eurostat code: vit_bs2 · (1999 - 2009)
@eurostat.vit_bs2
CREATE TABLE raw (
"freq" VARCHAR,
"prodtyp" VARCHAR,
"vit_vtv" VARCHAR,
"indic_vi" VARCHAR,
"vtarcls" VARCHAR,
"geo" VARCHAR,
"n_1999" DOUBLE,
"n_2009" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"prodtyp" VARCHAR,
"vit_vtv" VARCHAR,
"indic_vi" VARCHAR,
"vtarcls" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.