Baselight
Login
Login

Number Of Airports

Eurostat code: enps_avia_if ยท (2005 - 2022)

@eurostat.enps_avia_if

Number Of Airports - Unpivoted
@eurostat.enps_avia_if.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.

  • 4.16 KB
  • 126 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAlgeria20051
AnnualNumberEgypt20055
AnnualNumberIsrael20051
AnnualNumberJordan20051
AnnualNumberLebanon20051
AnnualNumberMorocco20052
AnnualNumberPalestine*20051
AnnualNumberTunisia20053
AnnualNumberAlgeria20061
AnnualNumberEgypt20064

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

Share link

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