Baselight

List Of US Airports

US airports and their location details (for educational purpose only)

@kaggle.aravindram11_list_of_us_airports

Loading...
Loading...

About this Dataset

List Of US Airports

Context

List of US Airports and their geolocation coordinates which can be used for plotting on a map for analysis

Content

US Airports and their location details like city, state and geolocation coordinates

Acknowledgements

Open source community

Inspiration

None

Tables

Airports

@kaggle.aravindram11_list_of_us_airports.airports
  • 22.49 KB
  • 341 rows
  • 7 columns
Loading...

CREATE TABLE airports (
  "iata" VARCHAR,
  "airport" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "country" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE
);

Share link

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