-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Say I have an object df
which implements __arrow_c_stream__
(say, a Polars dataframe)
Currently, I can convert that to pandas by doing:
import pyarrow as pa
pa.table(df).to_pandas()
In this case, I would only be using PyArrow as a container, without needing all of its compute
Does arro3 provide a way to convert from Polars to pandas without having to go via PyArrow?
Metadata
Metadata
Assignees
Labels
No labels