Skip to content

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

Notifications You must be signed in to change notification settings

Rdataflow/nycflights13

 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%