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
- Host: GitHub
- URL: https://github.com/blairj09/arrow-exp
- Owner: blairj09
- Created: 2019-12-30T23:53:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T05:58:31.000Z (over 5 years ago)
- Last Synced: 2025-01-24T16:11:26.263Z (10 months ago)
- Language: HTML
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.