Baselight

Flight Take Off Data - JFK Airport

This data contains flight details taking off from JFK airport.

@kaggle.deepankurk_flight_take_off_data_jfk_airport

Loading...
Loading...

About this Dataset

Flight Take Off Data - JFK Airport

Context

This data was scraped under a Academic Paper under Review by IEEE transportation

Content

This file contains data about flights leaving from JKF ariport between Nov 2019-Dec-2020. Taxi-Out prediction has been an important concept as it helps in calculating Runway time and directly impact the cost of the flight.

Tables

M1 Final

@kaggle.deepankurk_flight_take_off_data_jfk_airport.m1_final
  • 371.92 KB
  • 28820 rows
  • 23 columns
Loading...

CREATE TABLE m1_final (
  "month" BIGINT,
  "day_of_month" BIGINT,
  "day_of_week" BIGINT,
  "op_unique_carrier" VARCHAR,
  "tail_num" VARCHAR,
  "dest" VARCHAR,
  "dep_delay" BIGINT,
  "crs_elapsed_time" BIGINT,
  "distance" BIGINT,
  "crs_dep_m" BIGINT,
  "dep_time_m" BIGINT,
  "crs_arr_m" BIGINT,
  "temperature" BIGINT,
  "dew_point" VARCHAR,
  "humidity" BIGINT,
  "wind" VARCHAR,
  "wind_speed" BIGINT,
  "wind_gust" BIGINT,
  "pressure" DOUBLE,
  "condition" VARCHAR,
  "sch_dep" BIGINT,
  "sch_arr" BIGINT,
  "taxi_out" BIGINT
);

Share link

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