Train Traffic On The Rail Network - Luxembourg (2015)
Eurostat code: rail_tf_ns15_lu ยท (2015 - 2015)
@eurostat.rail_tf_ns15_lu
Eurostat code: rail_tf_ns15_lu ยท (2015 - 2015)
@eurostat.rail_tf_ns15_lu
This Eurostat dataset contains data on train traffic on the rail network - luxembourg (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-06-28T11: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.