Baselight

Gross Weight Of Goods Transported To/from Main Ports - Montenegro - Quarterly Data

Eurostat code: mar_go_qm_me · (2018-Q1 - 2023-Q4)

@eurostat.mar_go_qm_me

Gross Weight Of Goods Transported To/from Main Ports - Montenegro - Quarterly Data - Unpivoted
@eurostat.mar_go_qm_me.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.

  • 32.08 KB
  • 15622 rows
  • 8 columns
freq

Freq

direct

Direct

cargo

Cargo

unit

Unit

par_mar

Par Mar

rep_mar

Rep Mar

time_period

Time Period

value

Value

QuarterlyInwardsDry bulk goodsThousand tonnesCroatiaMontenegro2018-Q159
QuarterlyInwardsDry bulk goodsThousand tonnesCroatiaBar2018-Q159
QuarterlyInwardsDry bulk goodsThousand tonnesRomaniaMontenegro2018-Q110
QuarterlyInwardsDry bulk goodsThousand tonnesRomaniaBar2018-Q110
QuarterlyInwardsDry bulk goodsThousand tonnesTotalMontenegro2018-Q172
QuarterlyInwardsDry bulk goodsThousand tonnesTotalBar2018-Q172
QuarterlyInwardsDry bulk goodsThousand tonnesTürkiyeMontenegro2018-Q13
QuarterlyInwardsDry bulk goodsThousand tonnesTürkiyeBar2018-Q13
QuarterlyInwardsDry bulk goodsThousand tonnesTürkiye: MediterraneanMontenegro2018-Q13
QuarterlyInwardsDry bulk goodsThousand tonnesTürkiye: MediterraneanBar2018-Q13

CREATE TABLE tidy (
  "freq" VARCHAR,
  "direct" VARCHAR,
  "cargo" 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.