Baselight

Commercial Aircraft Fleet By Age Of Aircraft And Country Of Operator

Eurostat code: avia_eq_arc_age ยท (2000 - 2023)

@eurostat.avia_eq_arc_age

Commercial Aircraft Fleet By Age Of Aircraft And Country Of Operator - Unpivoted
@eurostat.avia_eq_arc_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.

  • 12.22 KB
  • 4938 rows
  • 5 columns
freq

Freq

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualTotalAustria2000146
AnnualTotalBelgium2000194
AnnualTotalBulgaria200076
AnnualTotalSwitzerland2000302
AnnualTotalCyprus200023
AnnualTotalCzechia200046
AnnualTotalGermany2000863
AnnualTotalDenmark2000183
AnnualTotalEstonia200024
AnnualTotalGreece200093

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

Share link

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