flights | R Documentation |
This dataset contains the number of flights and the number of passengers at each of the top 10 busiest airports in the U.S. in March 2020.
data(flights)
A data frame with 310 observations of 11 variables
date.
departures. Number of departure flights.
arrivals. Number of arrival flights.
total_operations. Number of departure and arrival flights.
departure_seats. Number of available seats on departure flights.
arrival seats. Number of available seats on arrival flights
average_departure_seats. Average number of seats on a departure flight.
average_arrival_seats. Average number of seats on a arrival flight.
airport. IATA Airport Code
day. Day of the week, starting with Sunday.
week. Week of the Month
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.