Road Cabotage Transport Performed By Each Reporting Country (tkm) - (1991-1998)
Eurostat code: road_go_ca_d_ha ยท (1991 - 1998)
@eurostat.road_go_ca_d_ha
Eurostat code: road_go_ca_d_ha ยท (1991 - 1998)
@eurostat.road_go_ca_d_ha
This Eurostat dataset contains data on road cabotage transport performed by each reporting country (tkm) - (1991-1998), 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,
"geo" 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,
"n_1998" DOUBLE -- 1998
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.