Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpy2/rpy2-arrow
Share Apache Arrow datasets between Python and R.
https://github.com/rpy2/rpy2-arrow
apache-arrow arrow python r rpy2
Last synced: about 1 month ago
JSON representation
Share Apache Arrow datasets between Python and R.
- Host: GitHub
- URL: https://github.com/rpy2/rpy2-arrow
- Owner: rpy2
- License: mit
- Created: 2020-12-30T16:56:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:57:37.000Z (4 months ago)
- Last Synced: 2024-10-30T11:09:28.492Z (about 2 months ago)
- Topics: apache-arrow, arrow, python, r, rpy2
- Language: Python
- Homepage: https://rpy2.github.io/rpy2-arrow/
- Size: 634 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Share Apache Arrow objects between Python and R using rpy2.
[![pypi](https://img.shields.io/pypi/v/rpy2-arrow.svg?style=flat-square)](https://pypi.python.org/pypi/rpy2-arrow)
![Python package](https://github.com/rpy2/rpy2-arrow/workflows/Python%20package/badge.svg)This package supports sharing Apache Arrow data structures across Python and R by using
[rpy2](https://rpy2.github.io),
R's [arrow](https://arrow.apache.org/docs/r/index.html),
and Python's [pyarrow](https://arrow.apache.org/docs/python/index.html).This is still work in progress. The [HTML doc](https://rpy2.github.io/rpy2-arrow/version/main/html/) should be up-to-date.
To install:
```bash
pip install rpy2-arrow
```