Baselight

Passengers Embarked And Disembarked In The Top 20 EU Ports

Eurostat code: mar_mp_aa_pphd · (2005 - 2023)

@eurostat.mar_mp_aa_pphd

Passengers Embarked And Disembarked In The Top 20 EU Ports - Unpivoted
@eurostat.mar_mp_aa_pphd.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.

  • 17.97 KB
  • 3189 rows
  • 6 columns
freq

Freq

unit

Unit

direct

Direct

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualThousandInwardsBurgstaaken/Fehmarn2005
AnnualThousandInwardsPuttgarden20053316
AnnualThousandInwardsÅrhus2005822
AnnualThousandInwardsHelsingør (Elsinore)20055501
AnnualThousandInwardsRødby (Færgehavn)20053380
AnnualThousandInwardsSjællands Odde20051174
AnnualThousandInwardsTallinn20053358
AnnualThousandInwardsPaloukia Salaminas20055879
AnnualThousandInwardsPerama20055784
AnnualThousandInwardsPeiraias20055240

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

Share link

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