Most Crowded Airports
Busiest Airports Dataset
@kaggle.khaiid_most_crowded_airports
Busiest Airports Dataset
@kaggle.khaiid_most_crowded_airports
CREATE TABLE airports (
"rank" BIGINT,
"airport" VARCHAR,
"location" VARCHAR,
"country" VARCHAR,
"code" VARCHAR,
"passengers" BIGINT,
"year" BIGINT
);
Anyone who has the link will be able to view this.