Protective Functions Of Forests
Eurostat code: for_profnc ยท (1990 - 2015)
@eurostat.for_profnc
Eurostat code: for_profnc ยท (1990 - 2015)
@eurostat.for_profnc
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"indic_fo" VARCHAR,
"areaprot" VARCHAR,
"geo" VARCHAR,
"n_1990" DOUBLE,
"n_2000" DOUBLE,
"n_2005" DOUBLE,
"n_2010" DOUBLE,
"n_2015" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"indic_fo" VARCHAR,
"areaprot" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.