Baselight

Train Traffic On The Rail Network - Austria (2020)

Eurostat code: rail_tf_ns20_at ยท (2020 - 2020)

@eurostat.rail_tf_ns20_at

Loading...
Loading...

About this Dataset

Train Traffic On The Rail Network - Austria (2020)

This Eurostat dataset contains data on train traffic on the rail network - austria (2020), as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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-02T23:00:00+0100

Tables

Train Traffic On The Rail Network - Austria (2020) - Raw

@eurostat.rail_tf_ns20_at.raw
  • 8.88 KB
  • 594 rows
  • 5 columns
Loading...
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "net_seg20" VARCHAR,
  "train" VARCHAR,
  "unit" VARCHAR,
  "n_2020" DOUBLE
);

Train Traffic On The Rail Network - Austria (2020) - Unpivoted

@eurostat.rail_tf_ns20_at.tidy
  • 9.46 KB
  • 594 rows
  • 6 columns
Loading...
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "net_seg20" VARCHAR,
  "train" VARCHAR,
  "unit" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);