Baselight

Passengers Embarked And Disembarked In All Ports By Direction - Annual Data

Eurostat code: mar_pa_aa · (1997 - 2024)

@eurostat.mar_pa_aa

Passengers Embarked And Disembarked In All Ports By Direction - Annual Data - Unpivoted
@eurostat.mar_pa_aa.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.

  • 515.75 KB
  • 227509 rows
  • 6 columns
freq

Freq

direct

Direct

unit

Unit

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualInwardsThousand passengersBelgium1997925
AnnualInwardsThousand passengersBelgium - other ports1997
AnnualInwardsThousand passengersAntwerpen19971
AnnualInwardsThousand passengersBruxelles (Brussel)1997
AnnualInwardsThousand passengersGent (Ghent)1997
AnnualInwardsThousand passengersLiège1997
AnnualInwardsThousand passengersNieuwpoort1997
AnnualInwardsThousand passengersOostende (Ostend)1997593
AnnualInwardsThousand passengersZeebrugge1997331
AnnualInwardsThousand passengersDenmark199737899

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

Share link

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