Baselight

Vessel Traffic

Eurostat code: iww_tf_vetf ยท (2007 - 2023)

@eurostat.iww_tf_vetf

Vessel Traffic - Unpivoted
@eurostat.iww_tf_vetf.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.

  • 11.99 KB
  • 1313 rows
  • 7 columns
freq

Freq

tra_cov

Tra Cov

loadstat

Loadstat

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualInternational transportEmptyThousand vessel-kilometresBelgium20072448
AnnualInternational transportEmptyThousand vessel-kilometresCzechia2007
AnnualInternational transportEmptyThousand vessel-kilometresLuxembourg20074
AnnualInternational transportEmptyThousand vessel-kilometresNetherlands20076530
AnnualInternational transportEmptyVessel movementsBelgium200743402
AnnualInternational transportEmptyVessel movementsCzechia20071
AnnualInternational transportEmptyVessel movementsLuxembourg2007124
AnnualInternational transportEmptyVessel movementsNetherlands200757988
AnnualInternational transportLoadedThousand vessel-kilometresBelgium20075780
AnnualInternational transportLoadedThousand vessel-kilometresCzechia200743

CREATE TABLE tidy (
  "freq" VARCHAR,
  "tra_cov" VARCHAR,
  "loadstat" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.