Baselight

Trainsets And Capacity By Type Of Speed

Eurostat code: rail_eq_trset ยท (2008 - 2023)

@eurostat.rail_eq_trset

Trainsets And Capacity By Type Of Speed - Unpivoted
@eurostat.rail_eq_trset.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.

  • 8.44 KB
  • 1374 rows
  • 6 columns
freq

Freq

unit

Unit

vehicle

Vehicle

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalDenmark2008514
AnnualNumberTotalGreece2008727
AnnualNumberTotalFinland2008148
AnnualNumberTotalCroatia2008146
AnnualNumberTotalItaly2008395
AnnualNumberTotalLatvia2008
AnnualNumberTotalSerbia200878
AnnualNumberTotalSweden2008541
AnnualNumberTotalSlovenia2008271
AnnualNumberConventional trainsetsDenmark2008514

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

Share link

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