| | --- |
| | dataset_info: |
| | features: |
| | - name: FL_DATE |
| | dtype: timestamp[ns] |
| | - name: OP_UNIQUE_CARRIER |
| | dtype: string |
| | - name: OP_CARRIER_AIRLINE_ID |
| | dtype: int64 |
| | - name: OP_CARRIER_FL_NUM |
| | dtype: float64 |
| | - name: ORIGIN_AIRPORT_ID |
| | dtype: int64 |
| | - name: DEST_AIRPORT_ID |
| | dtype: int64 |
| | - name: DEP_TIME |
| | dtype: float64 |
| | - name: DEP_DELAY |
| | dtype: float64 |
| | - name: TAXI_OUT |
| | dtype: float64 |
| | - name: TAXI_IN |
| | dtype: float64 |
| | - name: ARR_TIME |
| | dtype: float64 |
| | - name: ARR_DELAY |
| | dtype: float64 |
| | - name: CANCELLED |
| | dtype: float64 |
| | - name: FLIGHTS |
| | dtype: float64 |
| | - name: CARRIER_DELAY |
| | dtype: float64 |
| | - name: WEATHER_DELAY |
| | dtype: float64 |
| | - name: NAS_DELAY |
| | dtype: float64 |
| | - name: SECURITY_DELAY |
| | dtype: float64 |
| | - name: LATE_AIRCRAFT_DELAY |
| | dtype: float64 |
| | - name: ORIGIN_IATA |
| | dtype: string |
| | - name: DEST_IATA |
| | dtype: string |
| | - name: Wx_delay_pct |
| | dtype: float64 |
| | - name: Vol_delay_pct |
| | dtype: float64 |
| | - name: Equip_delay_pct |
| | dtype: float64 |
| | - name: Rwy_delay_pct |
| | dtype: float64 |
| | - name: Other_delay_pct |
| | dtype: float64 |
| | - name: id |
| | dtype: string |
| | - name: date |
| | dtype: timestamp[ns] |
| | - name: prcp_mm |
| | dtype: float64 |
| | - name: snow_mm |
| | dtype: float64 |
| | - name: wind_mps |
| | dtype: float64 |
| | - name: tavg_c |
| | dtype: float64 |
| | - name: StationID |
| | dtype: string |
| | - name: id_dest |
| | dtype: string |
| | - name: date_dest |
| | dtype: string |
| | - name: prcp_mm_dest |
| | dtype: float64 |
| | - name: snow_mm_dest |
| | dtype: float64 |
| | - name: wind_mps_dest |
| | dtype: float64 |
| | - name: tavg_c_dest |
| | dtype: float64 |
| | - name: StationID_dest |
| | dtype: string |
| | - name: ORIGINAL_DEP_TIME |
| | dtype: float64 |
| | - name: scheduled_departure_time |
| | dtype: timestamp[ns] |
| | - name: original_departure_time |
| | dtype: timestamp[ns] |
| | splits: |
| | - name: train |
| | num_bytes: 54570276 |
| | num_examples: 145022 |
| | download_size: 7358588 |
| | dataset_size: 54570276 |
| | configs: |
| | - config_name: default |
| | data_files: |
| | - split: train |
| | path: data/train-* |
| | --- |
| | |