Baselight

Air Transport Of Passengers By Country And Type Of Transport (monthly Data)

Eurostat code: ttr00016 ยท (2024-01 - 2025-04)

@eurostat.ttr00016

Loading...
Loading...

About this Dataset

Air Transport Of Passengers By Country And Type Of Transport (monthly Data)

This Eurostat dataset contains data on air transport of passengers by country and type of transport (monthly data), as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-06-16T23:00:00+0200

Tables

Air Transport Of Passengers By Country And Type Of Transport (monthly Data) - Raw

@eurostat.ttr00016.raw
  • 28.93 KB
  • 152 rows
  • 22 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "schedule" VARCHAR,
  "tra_cov" VARCHAR,
  "tra_meas" VARCHAR,
  "geo" VARCHAR,
  "n_2024_01" DOUBLE,
  "n_2024_02" DOUBLE,
  "n_2024_03" DOUBLE,
  "n_2024_04" DOUBLE,
  "n_2024_05" DOUBLE,
  "n_2024_06" DOUBLE,
  "n_2024_07" DOUBLE,
  "n_2024_08" DOUBLE,
  "n_2024_09" DOUBLE,
  "n_2024_10" DOUBLE,
  "n_2024_11" DOUBLE,
  "n_2024_12" DOUBLE,
  "n_2025_01" DOUBLE,
  "n_2025_02" DOUBLE,
  "n_2025_03" DOUBLE,
  "n_2025_04" DOUBLE
);

Air Transport Of Passengers By Country And Type Of Transport (monthly Data) - Unpivoted

@eurostat.ttr00016.tidy
  • 19.87 KB
  • 2037 rows
  • 8 columns
Loading...

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

Share link

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