Skip to contents

Monthly international airline passengers data between 2003 and 2023.

Usage

airtraffic

Format

An object of class data.frame with 249 rows and 3 columns.

Source

https://www.kaggle.com/datasets/yyxian/u-s-airline-traffic-data

References

Yan, Y. (2023). U.S. Airline Traffic Data (2003–2023). Retrieved from https://www.kaggle.com/datasets/yyxian/u-s-airline-traffic-data (Accessed: June 16, 2024).

Examples

data(airtraffic)
head(airtraffic)
#>   Year Month  Int_Pax
#> 1 2003     1 4.905830
#> 2 2003     2 4.245366
#> 3 2003     3 5.008613
#> 4 2003     4 4.345444
#> 5 2003     5 4.610834
#> 6 2003     6 5.411504