Hello!
Is it possible to add conversions options of pandas/polars data-frames into R-Arrow tables?
And similarly from R-Arrow tables into PyArrow tables? Or from R-arrow to pandas/polars?
Conversion of R-Arrow tables to PyArrow tables would ideally enable "zero copy" of data between R and python. Similar to reticulate and rpy2-arrow.
R-Arrow tables are also easy to use along with dplyr, which can be extended to making graphs using ggplot2, so I am hoping this feature might be added.