Container Transport By Type Of Goods And Coverage (2007)
Eurostat code: iww_go_actygo07 ยท (2007 - 2007)
@eurostat.iww_go_actygo07
Eurostat code: iww_go_actygo07 ยท (2007 - 2007)
@eurostat.iww_go_actygo07
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"nstr24" VARCHAR,
"tra_cov" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"nstr24" VARCHAR,
"tra_cov" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.