Describe the enhancement requested
I'm really excited about the new PyCapsule API.
It doesn't look like any dunder methods have been implemented on the ChunkedArray class. It would seem natural to implement __arrow_c_stream__ on ChunkedArray. Otherwise, other bindings have to go through a pyarrow-specific API to page through each array.
Component(s)
Python
Describe the enhancement requested
I'm really excited about the new PyCapsule API.
It doesn't look like any dunder methods have been implemented on the
ChunkedArrayclass. It would seem natural to implement__arrow_c_stream__onChunkedArray. Otherwise, other bindings have to go through a pyarrow-specific API to page through each array.Component(s)
Python