Skip to content

ARROW-86: [Python] Implement zero-copy Arrow-to-Pandas conversion#52

Closed
xhochy wants to merge 4 commits intoapache:masterfrom
xhochy:arrow-86
Closed

ARROW-86: [Python] Implement zero-copy Arrow-to-Pandas conversion#52
xhochy wants to merge 4 commits intoapache:masterfrom
xhochy:arrow-86

Conversation

@xhochy
Copy link
Copy Markdown
Member

@xhochy xhochy commented Mar 30, 2016

We can create zero-copy NumPy arrays for floats and ints if we have no
nulls. Each numpy-arrow-view has a reference to the underlying column to
ensure that the Arrow structure lives at least as long as the newly
created NumPy array.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants