Baselight

Self-propelled Vessels, Tugs And Pushers And Their Power By Year Of Construction

Eurostat code: iww_eq_age ยท (1990 - 2023)

@eurostat.iww_eq_age

Self-propelled Vessels, Tugs And Pushers And Their Power By Year Of Construction - Unpivoted
@eurostat.iww_eq_age.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.

  • 15.02 KB
  • 2983 rows
  • 7 columns
freq

Freq

vessel

Vessel

unit

Unit

y_const

Y Const

geo

Geo

time_period

Time Period

value

Value

AnnualSelf-propelled bargeMegawattTotalAustria199031
AnnualSelf-propelled bargeMegawattTotalSwitzerland1990102
AnnualSelf-propelled bargeMegawattTotalFinland199017
AnnualSelf-propelled bargeMegawattTotalCroatia19901.88
AnnualSelf-propelled bargeMegawattTotalHungary19905.2
AnnualSelf-propelled bargeMegawattTotalLatvia199010.9
AnnualSelf-propelled bargeMegawattTotalPoland199066.1
AnnualSelf-propelled bargeMegawattTotalSlovakia19907.622
AnnualSelf-propelled bargeMegawattTotalUkraine1990154.1
AnnualSelf-propelled bargeNumberTotalAustria199039

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