Train Traffic On The Rail Network - Czech Republic (2015)
Eurostat code: rail_tf_ns15_cz ยท (2015 - 2015)
@eurostat.rail_tf_ns15_cz
Eurostat code: rail_tf_ns15_cz ยท (2015 - 2015)
@eurostat.rail_tf_ns15_cz
This Eurostat dataset contains data on train traffic on the rail network - czech republic (2015), 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: 2018-05-17T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"net_seg15" VARCHAR,
"train" VARCHAR,
"n_2015" DOUBLE -- 2015
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"net_seg15" VARCHAR,
"train" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.