Baselight

Passengers In Accompanied Passenger Car Railway Transport, By Type Of Transport

Eurostat code: rail_pa_nbpass ยท (1979 - 2012)

@eurostat.rail_pa_nbpass

Passengers In Accompanied Passenger Car Railway Transport, By Type Of Transport - Unpivoted
@eurostat.rail_pa_nbpass.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.

  • 6.41 KB
  • 335 rows
  • 6 columns
freq

Freq

unit

Unit

tra_cov

Tra Cov

geo

Geo

time_period

Time Period

value

Value

AnnualPassengerInternational transportBelgium197984000
AnnualPassengerInternational transportFrance1979205000
AnnualPassengerInternational transportItaly197954000
AnnualPassengerInternational transportNetherlands197940000
AnnualPassengerInternational transportUnited Kingdom19792000
AnnualPassengerTotal transportBelgium197984000
AnnualPassengerTotal transportGreece19791788000
AnnualPassengerTotal transportFrance1979625000
AnnualPassengerTotal transportItaly1979166000
AnnualPassengerTotal transportNetherlands197940000

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

Share link

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