Baselight

Power Of Self-propelled Vessels By Load Capacity

Eurostat code: iww_eq_power_lo ยท (1990 - 2023)

@eurostat.iww_eq_power_lo

Power Of Self-propelled Vessels By Load Capacity - Unpivoted
@eurostat.iww_eq_power_lo.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.

  • 7.62 KB
  • 726 rows
  • 6 columns
freq

Freq

unit

Unit

weight

Weight

geo

Geo

time_period

Time Period

value

Value

AnnualMegawattTotalAustria199031
AnnualMegawattTotalSwitzerland1990102
AnnualMegawattTotalFinland199017
AnnualMegawattTotalCroatia19901.88
AnnualMegawattTotalHungary19905.2
AnnualMegawattTotalLatvia199010.9
AnnualMegawattTotalPoland199066.1
AnnualMegawattTotalSlovakia19907.622
AnnualMegawatt3 000 t or overBulgaria1990
AnnualMegawatt3 000 t or overSwitzerland19907

CREATE TABLE tidy (
  "freq" 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.