Train Traffic On The Rail Network - Poland (2020)
Eurostat code: rail_tf_ns20_pl ยท (2020 - 2020)
@eurostat.rail_tf_ns20_pl
Eurostat code: rail_tf_ns20_pl ยท (2020 - 2020)
@eurostat.rail_tf_ns20_pl
This Eurostat dataset contains data on train traffic on the rail network - poland (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-02-06T23:00:00+0100
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.