Baselight

Wagons And Their Load Capacity By Type Of Wagons

Eurostat code: rail_eq_wagon ยท (1970 - 2023)

@eurostat.rail_eq_wagon

Wagons And Their Load Capacity By Type Of Wagons - Unpivoted
@eurostat.rail_eq_wagon.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.

  • 42.31 KB
  • 7264 rows
  • 6 columns
freq

Freq

vehicle

Vehicle

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualWagonsNumberBelgium197048912
AnnualWagonsNumberGermany1970321046
AnnualWagonsNumberDenmark197010265
AnnualWagonsNumberGreece197011452
AnnualWagonsNumberSpain197039030
AnnualWagonsNumberFrance1970302440
AnnualWagonsNumberItaly1970125919
AnnualWagonsNumberLuxembourg19704230
AnnualWagonsNumberNetherlands197019151
AnnualWagonsNumberPortugal19706894

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

Share link

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