Baselight

Train Traffic On The Rail Network - Bulgaria (2020)

Eurostat code: rail_tf_ns20_bg ยท (2020 - 2020)

@eurostat.rail_tf_ns20_bg

About this Dataset

Train Traffic On The Rail Network - Bulgaria (2020)

This Eurostat dataset contains data on train traffic on the rail network - bulgaria (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 - Bulgaria (2020) - Raw

@eurostat.rail_tf_ns20_bg.raw
  • 5.85 KB
  • 192 rows
  • 5 columns
Loading...

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

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

@eurostat.rail_tf_ns20_bg.tidy
  • 6.43 KB
  • 192 rows
  • 6 columns
Loading...

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