Baselight

Gross Weight Of Goods Transported To/from Main Ports - Italy

Eurostat code: mar_go_am_it ยท (1997 - 2023)

@eurostat.mar_go_am_it

Gross Weight Of Goods Transported To/from Main Ports - Italy - Unpivoted
@eurostat.mar_go_am_it.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.

  • 7.99 MB
  • 3259213 rows
  • 9 columns
freq

Freq

direct

Direct

cargo

Cargo

natvessr

Natvessr

unit

Unit

par_mar

Par Mar

rep_mar

Rep Mar

time_period

Time Period

value

Value

AnnualInwardsTotalArgentinaThousand tonnesArgentinaItaly1997
AnnualInwardsTotalArgentinaThousand tonnesArgentinaGenova1997
AnnualInwardsTotalArgentinaThousand tonnesBrazilItaly19971
AnnualInwardsTotalArgentinaThousand tonnesBrazilGenova19971
AnnualInwardsTotalArgentinaThousand tonnesGreeceItaly19971
AnnualInwardsTotalArgentinaThousand tonnesGreeceGaeta19971
AnnualInwardsTotalArgentinaThousand tonnesFormer Yugoslavia (before 1992) / Total components of the former republic of YugoslaviaItaly19972
AnnualInwardsTotalArgentinaThousand tonnesFormer Yugoslavia (before 1992) / Total components of the former republic of YugoslaviaGaeta19972
AnnualInwardsTotalArgentinaThousand tonnesIsraelItaly1997
AnnualInwardsTotalArgentinaThousand tonnesIsraelRavenna1997

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

Share link

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