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

https://github.com/blairj09/arrow-exp

Using the arrow R package
https://github.com/blairj09/arrow-exp

Last synced: about 1 month ago
JSON representation

Using the arrow R package

Awesome Lists containing this project

README

          

# Apache Arrow Experiments

This repository looks at using the [`arrow` R
package](https://arrow.apache.org/docs/r/) to work with data that's larger than
RAM. Daily builds of the arrow package can be installed on macOS and Windows
with:

```r
install.packages("arrow", repos=c("https://dl.bintray.com/ursalabs/arrow-r", "https://cran.rstudio.com"), dependencies = TRUE)
```

This repo uses [`renv`](https://rstudio.github.io/renv/index.html). All
necessary libraries can be installed using `renv::restore()`.

## Data
The data used in this demonstration comes from [NYC
OpenData](https://data.cityofnewyork.us/browse?q=taxi) and contains details on
taxi trips taken in NYC.