You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PR in #218 leverages the dataframe interchange protocol. However, after talking with Joris on the pandas team I am more convinced that using the new Arrow C Data protocol is a better bet. I have started that redevelopment which does simplify things, but I think am also hitting bugs with the PyCapsule exchange of information (this was just released in PyArrow 14.0)
The latest design ended up using the Arrow C Data interchange, which hasn't been added upstream in pandas yet. So for now we require pyarrow and require pandas -> pyarrow -> pantab, but in the future we can just inspect a frame object for __arrow_array_stream__ without pyarrow and serialize from there.
some nice to haves, but not blockers:
The text was updated successfully, but these errors were encountered: