Baselight

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

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

@eurostat.mar_go_qm_lt

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

  • 349.35 KB
  • 207775 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 tonnesBelgiumLithuania2004-Q111
QuarterlyInwardsDry bulk goodsThousand tonnesBelgiumKlaipeda2004-Q111
QuarterlyInwardsDry bulk goodsThousand tonnesBrazilLithuania2004-Q1300
QuarterlyInwardsDry bulk goodsThousand tonnesBrazilKlaipeda2004-Q1300
QuarterlyInwardsDry bulk goodsThousand tonnesColombiaLithuania2004-Q119
QuarterlyInwardsDry bulk goodsThousand tonnesColombiaKlaipeda2004-Q119
QuarterlyInwardsDry bulk goodsThousand tonnesColombia: unspecified maritime coastal areaLithuania2004-Q119
QuarterlyInwardsDry bulk goodsThousand tonnesColombia: unspecified maritime coastal areaKlaipeda2004-Q119
QuarterlyInwardsDry bulk goodsThousand tonnesCubaLithuania2004-Q143
QuarterlyInwardsDry bulk goodsThousand tonnesCubaKlaipeda2004-Q143

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.