OpenFlights Route Database 2014
67663 routes between 3321 airports on 548 airlines spanning the globe
@kaggle.divyanshrai_openflights_route_database_2014
67663 routes between 3321 airports on 548 airlines spanning the globe
@kaggle.divyanshrai_openflights_route_database_2014
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
);
Anyone who has the link will be able to view this.