[jira] [Created] (ARROW-8642) Is there a good way to convert data types from numpy types to pyarrow DataType?

2020-04-30 Thread Anish Biswas (Jira)
Anish Biswas created ARROW-8642: --- Summary: Is there a good way to convert data types from numpy types to pyarrow DataType? Key: ARROW-8642 URL: https://issues.apache.org/jira/browse/ARROW-8642 Project

[jira] [Created] (ARROW-8640) pyarrow.UnionArray.from_buffers() expected number of buffers (1) did not match the passed number (3)

2020-04-29 Thread Anish Biswas (Jira)
Anish Biswas created ARROW-8640: --- Summary: pyarrow.UnionArray.from_buffers() expected number of buffers (1) did not match the passed number (3) Key: ARROW-8640 URL: https://issues.apache.org/jira/browse/ARROW-8640

[jira] [Created] (ARROW-8625) Minimum working example of `UnionArray.from_buffers()` method

2020-04-29 Thread Anish Biswas (Jira)
Anish Biswas created ARROW-8625: --- Summary: Minimum working example of `UnionArray.from_buffers()` method Key: ARROW-8625 URL: https://issues.apache.org/jira/browse/ARROW-8625 Project: Apache Arrow

Re: Clarification regarding the `CDataInterface.rst`

2020-04-02 Thread Anish Biswas
Upgrading the pip installer worked perfectly. Thanks! Regards, Anish Biswas On 2020/04/02 09:35:50, Antoine Pitrou wrote: > > Hi Anish, > > It looks like a bug with old pip versions. You can first upgrade pip using: > > $ pip install -U pip > > Then redo the &

Re: Clarification regarding the `CDataInterface.rst`

2020-04-01 Thread Anish Biswas
Hey Antoine, I am getting a few complications by using what you said. It's attempting to collect numpy>=1.14.0(from pyarrow) and I cross-checked it and isn't any .whl file for numpy hosted there. The same case persists for six. Can you please look into it? Thanks, Anish Biswas

Re: Clarification regarding the `CDataInterface.rst`

2020-03-30 Thread Anish Biswas
hon/manylinux1. We are working on nightlies for development and testing, > so someone may be able to point you to a nightly package > > On Mon, Mar 30, 2020, 9:28 AM Anish Biswas wrote: > > > I am extremely sorry for the late reply, I didn't get an email regarding > >

Re: Clarification regarding the `CDataInterface.rst`

2020-03-30 Thread Anish Biswas
/arrow/blob/master/r/src/py-to-r.cpp and > https://github.com/apache/arrow/blob/master/r/R/py-to-r.R. The Arrow C++ > implementation is in > https://github.com/apache/arrow/tree/master/cpp/src/arrow/c. > > Neal > > On Sun, Mar 29, 2020 at 12:14 PM Anish Biswas > wrote: > &g

Re: Clarification regarding the `CDataInterface.rst`

2020-03-30 Thread Anish Biswas
; https://github.com/apache/arrow/blob/master/r/src/py-to-r.cpp and > > https://github.com/apache/arrow/blob/master/r/R/py-to-r.R. The Arrow C++ > > implementation is in > > https://github.com/apache/arrow/tree/master/cpp/src/arrow/c. > > > > Neal > > > > On

Clarification regarding the `CDataInterface.rst`

2020-03-29 Thread Anish Biswas
I have been trying to wrap my head around the[ CDataInterface.rst| https://github.com/apache/arrow/blob/master/docs/source/format/CDataInterface.rst] document for a few days now. So what I am trying is basically to use the C interface with a minimum dependencies to produce blocks of bytes that pyar

[jira] [Created] (ARROW-8257) Clarification regarding the `CDataInterface.rst`

2020-03-29 Thread Anish Biswas (Jira)
Anish Biswas created ARROW-8257: --- Summary: Clarification regarding the `CDataInterface.rst` Key: ARROW-8257 URL: https://issues.apache.org/jira/browse/ARROW-8257 Project: Apache Arrow Issue