Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tidyverse/nycflights13

An R data package containing all out-bound flights from NYC in 2013 + useful metdata
https://github.com/tidyverse/nycflights13

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# nycflights13

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/nycflights13)](https://cran.r-project.org/package=nycflights13)
[![R-CMD-check](https://github.com/tidyverse/nycflights13/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/tidyverse/nycflights13/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/tidyverse/nycflights13/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidyverse/nycflights13?branch=main)

## 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](https://github.com/jayleetx/nycflights) for flights departing
from NYC in the _last_ year.

* [anyflights](https://github.com/simonpcouch/anyflights) for flights departing
from any airport in any year.

* [airlines](https://github.com/beanumber/airlines) to maintain a local SQL
database of all flight departure data.