Road Cabotage Transport By Country In Which Cabotage Takes Place (tkm) - (1991-1997)
Eurostat code: road_go_ca_d_c ยท (1991 - 1997)
@eurostat.road_go_ca_d_c
Eurostat code: road_go_ca_d_c ยท (1991 - 1997)
@eurostat.road_go_ca_d_c
This Eurostat dataset contains data on road cabotage transport by country in which cabotage takes place (tkm) - (1991-1997), as collected and published by the Statistical Office of the European Union.
raw
: Original table as downloaded from Eurostat.tidy
: A cleaned and transformed version of the raw
table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2009-09-04T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"c_cabot" VARCHAR,
"n_1991" DOUBLE -- 1991,
"n_1992" DOUBLE -- 1992,
"n_1993" DOUBLE -- 1993,
"n_1994" DOUBLE -- 1994,
"n_1995" DOUBLE -- 1995,
"n_1996" DOUBLE -- 1996,
"n_1997" DOUBLE -- 1997
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"c_cabot" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.