Baselight

Country Level - Passengers Embarked And Disembarked In All Ports

Eurostat code: mar_mp_aa_cph ยท (1997 - 2023)

@eurostat.mar_mp_aa_cph

Country Level - Passengers Embarked And Disembarked In All Ports - Unpivoted
@eurostat.mar_mp_aa_cph.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.

  • 11.96 KB
  • 1466 rows
  • 5 columns
freq

Freq

unit

Unit

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualThousand passengersBelgium19971946
AnnualThousand passengersDenmark199775928
AnnualThousand passengersGreece199732259
AnnualThousand passengersSpain199713939
AnnualThousand passengersFinland199715191
AnnualThousand passengersFrance199733124
AnnualThousand passengersIreland19974380
AnnualThousand passengersItaly199780181
AnnualThousand passengersNetherlands19971964
AnnualThousand passengersPortugal199734

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

Share link

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