Train Traffic On The Rail Network - Germany (2020)
Eurostat code: rail_tf_ns20_de ยท (2020 - 2020)
@eurostat.rail_tf_ns20_de
Eurostat code: rail_tf_ns20_de ยท (2020 - 2020)
@eurostat.rail_tf_ns20_de
This Eurostat dataset contains data on train traffic on the rail network - germany (2020), 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: 2023-05-05T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"net_seg20" VARCHAR,
"train" VARCHAR,
"unit" VARCHAR,
"n_2020" DOUBLE -- 2020
);CREATE TABLE tidy (
"freq" VARCHAR,
"net_seg20" VARCHAR,
"train" VARCHAR,
"unit" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.