US_flight-delay-2024
收藏资源简介:
US Flight Delay 2024 是一个关于美国航班延误的表格回归数据集,来源于Kaggle的2024年航班数据。数据集包含100,000个样本和35个特征列,目标变量为arr_delay(到达延误分钟数,正值表示延误,负值表示提前)。数据经过清洗,移除了取消航班、缺失值和极端异常值(延误时间低于-100或高于+300分钟)。关键发现包括:航班起飞延误与到达延误高度相关(0.90)、延误在一天中逐渐累积并在晚间达到高峰、佛罗里达机场平均延误最高。数据集适用于航班延误预测、航空运营分析等机器学习任务,包含航班时刻表、出发表现和运营指标等特征。
US Flight Delay 2024 is a tabular regression dataset centered on U.S. flight delays, derived from 2024 aviation flight data hosted on Kaggle. It comprises 100,000 samples and 35 feature columns, with the target variable designated as `arr_delay`, which represents arrival delay in minutes: positive values indicate delayed arrivals, while negative values indicate early arrivals. Prior to release, the dataset underwent cleaning procedures, with canceled flights, records with missing values, and extreme outliers (delay durations below -100 minutes or exceeding +300 minutes) excluded. Key empirical findings from the dataset are as follows: 1) There is a notably high correlation coefficient of 0.90 between departure delay and arrival delay; 2) Delay times gradually accumulate over the course of a day, peaking during evening hours; 3) Airports in Florida exhibit the highest average arrival delay times. This dataset is applicable to machine learning tasks including flight delay prediction and aviation operational analysis, and encompasses features such as flight timetables, departure performance metrics, and core aviation operational indicators.
数据集概述:U.S. Flight Delay Dataset — 2024
基本信息
- 数据集名称:U.S. Flight Delay Dataset — 2024
- 语言:英语
- 许可证:MIT
- 任务类别:表格回归
- 规模:100,000 行样本,35 列
- 标签:航空、航班、延误、机器学习
数据来源与目标
- 来源:Kaggle — Flight Data 2024
- 目标变量:
arr_delay(到达延误分钟数,正值为晚点,负值为提前) - 目标:基于计划时间、起飞表现和运营指标预测航班到达延误分钟数。
数据清洗
- 移除已取消的航班(
cancelled == 0),因其无到达时间。 - 移除
arr_delay值缺失的行。 - 移除极端异常值:延误低于 -100 分钟或高于 +300 分钟(少于 0.3% 的数据)。
- 未发现重复行。
关键发现
- 晚点起飞的航班通常晚点到达(相关性为 0.90)。
- 延误在一天中逐渐累积,并在傍晚时段达到峰值。
- 佛罗里达州的机场在样本中显示出最高的平均延误。
- 距离和飞行时间与延误几乎无关。
- 区域性和优质航空公司的平均表现更好。
目标变量详情
- 变量名:
arr_delay - 含义:代表航班计划到达时间与实际到达时间之间的分钟数差异。
- 正值:航班晚点到达。
- 负值:航班提前到达。
- 零值:航班准时到达。
- 任务类型:回归任务。
研究问题与洞察
Q1: 哪些航空公司的平均到达延误最高?
- 洞察:B6(JetBlue)和 NK(Spirit)的平均延误最高(约晚点 9-6 分钟)。YX(Republic Airways)、9E(Delta 旗下区域航空公司)和 DL(Delta)通常提前到达。预算和低成本航空公司往往比区域性航空公司更晚点。
Q2: 一天中的时间是否影响到达延误?
- 洞察:清晨航班(5-6 点)由于机场拥堵程度低,显著提前到达。延误在一天中逐渐累积,并在晚上 7 点左右达到峰值。这证实了延误会随着时间推移而累积。
Q3: 哪些出发机场的平均到达延误最高?
- 洞察:佛罗里达州的机场(MIA, MCO)最容易延误,可能由于大量旅游客流和频繁雷暴。MSP、BOS 和 ATL 的平均表现通常更好。
- 交互式地图链接:https://huggingface.co/spaces/avihayamor/flight-delay-map-2024
Q4: 数值特征与到达延误的相关性如何?
- 洞察:
dep_delay与arr_delay的相关性为 0.90,是最强的预测因子。carrier_delay(0.61)和late_aircraft_delay(0.63)也有显著贡献。distance和air_time与延误的相关性几乎为零。
文件列表
flight_data_2024_sample.csv— 100,000 个航班的清洗后样本。Assignment_1_EDA_&_Dataset_Avihay_Amor.ipynb— 完整的探索性数据分析笔记本。q1_airlines.png— 条形图:按航空公司划分的平均延误。q2_time_of_day.png— 条形图:按小时划分的平均延误。q3_map.html— 交互式地图:按出发机场划分的延误。q4_heatmap.png— 相关性热图。Data_Science_Vid.MP4— 演示视频。
作者信息
- 姓名:Avihay Amor
- 背景:经济学与创业学士
- 机构:Reichman University
- 年份:2026




