Baselight

Self-propelled Vessels, Dumb And Pushed Vessels By Load Capacity

Eurostat code: iww_eq_loadcap ยท (1970 - 2023)

@eurostat.iww_eq_loadcap

Self-propelled Vessels, Dumb And Pushed Vessels By Load Capacity - Unpivoted
@eurostat.iww_eq_loadcap.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.

  • 19.37 KB
  • 4027 rows
  • 7 columns
freq

Freq

vessel

Vessel

unit

Unit

weight

Weight

geo

Geo

time_period

Time Period

value

Value

AnnualSelf-propelled bargeNumberTotalBelgium19704084
AnnualSelf-propelled bargeNumberTotalGermany19704743
AnnualSelf-propelled bargeNumberTotalFrance19705509
AnnualSelf-propelled bargeNumberTotalLuxembourg197020
AnnualSelf-propelled bargeNumberTotalNetherlands197013453
AnnualDumb and pushed vesselNumberTotalBelgium1970208
AnnualDumb and pushed vesselNumberTotalGermany1970866
AnnualDumb and pushed vesselNumberTotalFrance19701043
AnnualDumb and pushed vesselNumberTotalNetherlands19706945
AnnualSelf-propelled bargeNumberTotalBelgium19753388

CREATE TABLE tidy (
  "freq" VARCHAR,
  "vessel" VARCHAR,
  "unit" VARCHAR,
  "weight" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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