List Of US Airports
US airports and their location details (for educational purpose only)
@kaggle.aravindram11_list_of_us_airports
US airports and their location details (for educational purpose only)
@kaggle.aravindram11_list_of_us_airports
CREATE TABLE airports (
"iata" VARCHAR,
"airport" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.