Baselight

OpenFlights Route Database 2014

67663 routes between 3321 airports on 548 airlines spanning the globe

@kaggle.divyanshrai_openflights_route_database_2014

Routes
@kaggle.divyanshrai_openflights_route_database_2014.routes

  • 476.43 KB
  • 67663 rows
  • 9 columns
airline

Airline

airline_id

Airline ID

source_airport

Source Airport

source_airport_id

Source Airport ID

destination_airport

Destination Airport

destination_airport_id

Destination Airport ID

codeshare

Codeshare

stops

Stops

equipment

Equipment

2B410AER2965KZN2990nanCR2
2B410ASF2966KZN2990nanCR2
2B410ASF2966MRV2962nanCR2
2B410CEK2968KZN2990nanCR2
2B410CEK2968OVB4078nanCR2
2B410DME4029KZN2990nanCR2
2B410DME4029NBC6969nanCR2
2B410DME4029TGK\NnanCR2
2B410DME4029UUA6160nanCR2
2B410EGO6156KGD2952nanCR2

CREATE TABLE routes (
  "airline" VARCHAR,
  "airline_id" VARCHAR,
  "source_airport" VARCHAR,
  "source_airport_id" VARCHAR,
  "destination_airport" VARCHAR,
  "destination_airport_id" VARCHAR,
  "codeshare" VARCHAR,
  "stops" BIGINT,
  "equipment" VARCHAR
);

Share link

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