-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Describe your feature request
It'd be nice if we could zero-copy to/from apache arrow tables.
arrowTable = df.toArrow();
df = pl.fromArrow(arrowTable);
arrowVector = series.toArrow();
series = Series.fromArrow(arrowVector)
dennis-hh and alimoezzi
Metadata
Metadata
Assignees
Labels
No labels