Baselight

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

Eurostat code: mar_go_qm_cy ยท (2004-Q1 - 2024-Q3)

@eurostat.mar_go_qm_cy

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

  • 332.62 KB
  • 275188 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 tonnesCyprusCyprus2004-Q14
QuarterlyInwardsDry bulk goodsThousand tonnesCyprusLemesos2004-Q14
QuarterlyInwardsDry bulk goodsThousand tonnesGreeceCyprus2004-Q11
QuarterlyInwardsDry bulk goodsThousand tonnesGreeceLarnaka2004-Q11
QuarterlyInwardsDry bulk goodsThousand tonnesSyriaCyprus2004-Q13
QuarterlyInwardsDry bulk goodsThousand tonnesSyriaLemesos2004-Q13
QuarterlyInwardsDry bulk goodsThousand tonnesTotalCyprus2004-Q1250
QuarterlyInwardsDry bulk goodsThousand tonnesTotalLarnaka2004-Q132
QuarterlyInwardsDry bulk goodsThousand tonnesTotalLemesos2004-Q1132
QuarterlyInwardsDry bulk goodsThousand tonnesUnknownCyprus2004-Q1242

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.