All Projects → tidyverse → nycflights13

tidyverse / nycflights13

Licence: other
An R data package containing all out-bound flights from NYC in 2013 + useful metdata

Programming Languages

r
7636 projects

nycflights13

R-CMD-check CRAN_Status_Badge

Overview

This package contains information about all flights that departed from NYC (e.g. EWR, JFK and LGA) to destinations in the United States, Puerto Rico, and the American Virgin Islands) in 2013: 336,776 flights in total. To help understand what causes delays, it also includes a number of other useful datasets.

This package provides the following data tables.

  • ?flights: all flights that departed from NYC in 2013
  • ?weather: hourly meterological data for each airport
  • ?planes: construction information about each plane
  • ?airports: airport names and locations
  • ?airlines: translation between two letter carrier codes and names

If you're interested in other subsets of flight data, see:

  • nycflights for flights departing from NYC in the last year.

  • anyflights for flights departing from any airport in any year.

  • airlines to maintain a local SQL database of all flight departure data.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].