Uh oh!
There was an error while loading. Please reload this page.
GH-33926: [Python] DataFrame Interchange Protocol for pyarrow.RecordBatch - #34294
Conversation
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Already looking good! Seeing the code to use RecordBatch reminds me we should add some small conveniences to RecordBatch that already exist on Table and can easily be added to RecordBatch as well
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1eb8cf3 to
ef6983dCompare
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Thanks for the updates, looks good to me!
ursabot
commented
Mar 1, 2023
Benchmark runs are scheduled for baseline = 61c9a74 and contender = 6cf5e89. 6cf5e89 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Rationale for this change
Add the implementation of the Dataframe Interchange Protocol for
pyarrow.RecordBatch. The protocol is already implemented for pyarrow.Table, see #14804.Are these changes tested?
Yes, tests are added to: