Baselight

Passengers (excluding Cruise Passengers) Transported From/to The Main Ports - Germany - Quarterly Data

Eurostat code: mar_pa_qm_de · (2000-Q1 - 2024-Q3)

@eurostat.mar_pa_qm_de

Passengers (excluding Cruise Passengers) Transported From/to The Main Ports - Germany - Quarterly Data - Unpivoted
@eurostat.mar_pa_qm_de.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.

  • 238.09 KB
  • 137598 rows
  • 8 columns
freq

Freq

natvessr

Natvessr

direct

Direct

unit

Unit

par_mar

Par Mar

rep_mar

Rep Mar

time_period

Time Period

value

Value

QuarterlyBahamasInwardsThousandSwedenGermany2000-Q137
QuarterlyBahamasInwardsThousandSwedenGermany: Baltic Sea2000-Q137
QuarterlyBahamasInwardsThousandSwedenLübeck2000-Q122
QuarterlyBahamasInwardsThousandSwedenRostock2000-Q116
QuarterlyBahamasInwardsThousandSweden: Baltic SeaGermany2000-Q137
QuarterlyBahamasInwardsThousandSweden: Baltic SeaGermany: Baltic Sea2000-Q137
QuarterlyBahamasInwardsThousandSweden: Baltic SeaLübeck2000-Q122
QuarterlyBahamasInwardsThousandSweden: Baltic SeaRostock2000-Q116
QuarterlyBahamasInwardsThousandTotalGermany2000-Q152
QuarterlyBahamasInwardsThousandTotalGermany: North Sea2000-Q115

CREATE TABLE tidy (
  "freq" VARCHAR,
  "natvessr" VARCHAR,
  "direct" VARCHAR,
  "unit" VARCHAR,
  "par_mar" VARCHAR,
  "rep_mar" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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