Baselight

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

Eurostat code: mar_go_qm_el ยท (1997-Q1 - 2024-Q3)

@eurostat.mar_go_qm_el

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

  • 2.19 MB
  • 1040275 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 tonnesTotalGreece1997-Q14360
QuarterlyInwardsDry bulk goodsThousand tonnesTotalGreece - other ports1997-Q118
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAigio1997-Q114
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAgioi Theodoroi1997-Q127
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAmfilochia1997-Q111
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAgios Nikolaos Kritis1997-Q1
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAstakos1997-Q16
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAntikyra1997-Q116
QuarterlyInwardsDry bulk goodsThousand tonnesTotalAlexandroupolis1997-Q19
QuarterlyInwardsDry bulk goodsThousand tonnesTotalKerkyra1997-Q16

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.