Share Apache Arrow datasets between Python and R.
conda install conda-forge::rpy2-arrow
rpy2-arrow allows you to share the same arrow datasets between Python and R without copying the data. This takes advantage of the Arrow C-API.
rpy2-arrow