Baselight

Load Capacity Of Self-propelled Vessels By Year Of Construction

Eurostat code: iww_eq_age_loa ยท (1990 - 2023)

@eurostat.iww_eq_age_loa

Load Capacity Of Self-propelled Vessels By Year Of Construction - Unpivoted
@eurostat.iww_eq_age_loa.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.

  • 8 KB
  • 744 rows
  • 6 columns
freq

Freq

unit

Unit

y_const

Y Const

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesTotalAustria199045
AnnualThousand tonnesTotalBelgium19901143
AnnualThousand tonnesTotalBulgaria199062
AnnualThousand tonnesTotalSwitzerland1990230
AnnualThousand tonnesTotalGermany19902337
AnnualThousand tonnesTotalEstonia19904
AnnualThousand tonnesTotalFinland19905
AnnualThousand tonnesTotalFrance19901047
AnnualThousand tonnesTotalCroatia1990165
AnnualThousand tonnesTotalHungary1990159

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

Share link

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