tidyverse / nycflights13

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

Home Page:https://nycflights13.tidyverse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nycflights13

CRAN_Status_Badge R-CMD-check Codecov test coverage

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

https://nycflights13.tidyverse.org


Languages

Language:R 100.0%