Baselight

Volume Of Passenger Transport Relative To GDP

Eurostat code: ttr00001 ยท (2011 - 2022)

@eurostat.ttr00001

Volume Of Passenger Transport Relative To GDP - Unpivoted
@eurostat.ttr00001.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.

  • 5.84 KB
  • 429 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndex, 2015=100Austria201190.8
AnnualIndex, 2015=100Belgium2011110.5
AnnualIndex, 2015=100Bulgaria201191.1
AnnualIndex, 2015=100Switzerland2011103.6
AnnualIndex, 2015=100Cyprus201187.2
AnnualIndex, 2015=100Czechia2011100
AnnualIndex, 2015=100Germany2011101
AnnualIndex, 2015=100Denmark201199.3
AnnualIndex, 2015=100Estonia201190.6
AnnualIndex, 2015=100Greece201190.6

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

Share link

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