Baselight

Country Level - Gross Weight Of Goods Handled In All Ports

Eurostat code: mar_mg_aa_cwh ยท (1997 - 2023)

@eurostat.mar_mg_aa_cwh

Country Level - Gross Weight Of Goods Handled In All Ports - Unpivoted
@eurostat.mar_mg_aa_cwh.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.

  • 13.89 KB
  • 2271 rows
  • 5 columns
freq

Freq

unit

Unit

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualThousand tonnesBelgium1997161621
AnnualThousand tonnesGermany1997213318
AnnualThousand tonnesDenmark1997124010
AnnualThousand tonnesGreece1997101311
AnnualThousand tonnesSpain1997270634
AnnualThousand tonnesEuropean Union - 15 countries (1995-2004)19972887233
AnnualThousand tonnesFinland199775314
AnnualThousand tonnesFrance1997305079
AnnualThousand tonnesIreland199736333
AnnualThousand tonnesItaly1997434295

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.