Baselight

Passenger Railway Vehicles By Category Of Vehicle (until 2012)

Eurostat code: rail_eq_pa_nca ยท (1970 - 2012)

@eurostat.rail_eq_pa_nca

Passenger Railway Vehicles By Category Of Vehicle (until 2012) - Unpivoted
@eurostat.rail_eq_pa_nca.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.

  • 14.87 KB
  • 2318 rows
  • 6 columns
freq

Freq

unit

Unit

vehicle

Vehicle

geo

Geo

time_period

Time Period

value

Value

AnnualNumberCouchette coaches, sleeping carsSweden1970240
AnnualNumberDining carsSweden197048
AnnualNumberTotalBelgium19702567
AnnualNumberTotalGermany197017943
AnnualNumberTotalDenmark19701150
AnnualNumberTotalGreece1970574
AnnualNumberTotalSpain19702636
AnnualNumberTotalFrance197011687
AnnualNumberTotalItaly19709372
AnnualNumberTotalLuxembourg197078

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.