Could you clarify what you mean by "without external libraries"? Do you
mean without using pyarrow and the arrow R package?

Neal

On Mon, Jul 6, 2020 at 1:40 AM Fan Liya <liya.fa...@gmail.com> wrote:

> Hi Teng,
>
> Arrow provides two formats for IPC between different languages: streaming
> and file.
> This article gives a tutorial for Java:
> https://arrow.apache.org/docs/java/ipc.html
>
> For other languages, it may be helpful to read the test cases.
>
> Best,
> Liya Fan
>
>
> On Sun, Jul 5, 2020 at 4:24 PM Teng Peng <josephtengp...@gmail.com> wrote:
>
> > Hi dev,
> >
> > I have read the article "Introducing the Apache Arrow C Data Interface"
> > <
> >
> https://arrow.apache.org/blog/2020/05/03/introducing-arrow-c-data-interface/
> > >
> > and
> > I have a questions about pass data between two languages:
> >
> > In the article, R library reticulate is used for sharing data between R
> and
> > Python. Is it possible to share data without external libraries? Let's
> say
> > I want to create data from R and then read it from my python script. If
> it
> > is possible, are there any tutorials on this? I believe I have to record
> > the memory address of the data in R, correct?
> >
> > Thanks.
> >
>

Reply via email to