Area Under Wine-grape Vine Varieties Broken Down By Vine Variety And By Age Of The Vines - Bulgaria
Eurostat code: vit_bs4_bg · (2009 - 2009)
@eurostat.vit_bs4_bg
Eurostat code: vit_bs4_bg · (2009 - 2009)
@eurostat.vit_bs4_bg
CREATE TABLE raw (
"freq" VARCHAR,
"indic_vi" VARCHAR,
"wine_var" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2009" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_vi" VARCHAR,
"wine_var" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.