Baselight

Country Level - Gross Weight Of Goods Handled In All Ports, By Direction

Eurostat code: mar_mg_aa_cwhd ยท (1997 - 2023)

@eurostat.mar_mg_aa_cwhd

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

  • 30.97 KB
  • 6736 rows
  • 6 columns
freq

Freq

unit

Unit

direct

Direct

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualPercentage of totalInwardsBelgium199761.9
AnnualPercentage of totalInwardsGermany199765.8
AnnualPercentage of totalInwardsDenmark199757.8
AnnualPercentage of totalInwardsGreece199758.8
AnnualPercentage of totalInwardsSpain199768.3
AnnualPercentage of totalInwardsEuropean Union - 15 countries (1995-2004)199764.8
AnnualPercentage of totalInwardsFinland199751.9
AnnualPercentage of totalInwardsFrance199772.9
AnnualPercentage of totalInwardsIreland199770.4
AnnualPercentage of totalInwardsItaly199768.6

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.