Baselight

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

Eurostat code: mar_go_am_si · (2001 - 2023)

@eurostat.mar_go_am_si

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

  • 341.73 KB
  • 204799 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

AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTotalSlovenia20012
AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTotalKoper20012
AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTürkiyeSlovenia20012
AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTürkiyeKoper20012
AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTürkiye: MediterraneanSlovenia20012
AnnualInwardsDry bulk goodsAntigua and BarbudaThousand tonnesTürkiye: MediterraneanKoper20012
AnnualInwardsDry bulk goodsBulgariaThousand tonnesBulgariaSlovenia200118
AnnualInwardsDry bulk goodsBulgariaThousand tonnesBulgariaKoper200118
AnnualInwardsDry bulk goodsBulgariaThousand tonnesTotalSlovenia200118
AnnualInwardsDry bulk goodsBulgariaThousand tonnesTotalKoper200118

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.