Baselight

Vehicle Traffic Performance By Type Of Tractive Vehicle And Source Of Energy (until 2012)

Eurostat code: rail_tf_vehimov ยท (1979 - 2012)

@eurostat.rail_tf_vehimov

Vehicle Traffic Performance By Type Of Tractive Vehicle And Source Of Energy (until 2012) - Unpivoted
@eurostat.rail_tf_vehimov.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 29.09 KB
  • 3701 rows
  • 7 columns
freq

Freq

vehicle

Vehicle

mot_nrg

Mot Nrg

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Belgium197953867
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Germany1979210431
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Denmark197931376
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Greece197910689
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Spain197956911
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)France1979165462
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Italy197942982
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Luxembourg19792481
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Netherlands197910895
AnnualLocomotivesDieselThousand vehicle-kilometres (VKM)Portugal197915606

CREATE TABLE tidy (
  "freq" VARCHAR,
  "vehicle" VARCHAR,
  "mot_nrg" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.