Skip to content

add 'apache-arrow' integration #225

Description

@universalmind303

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)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions