Describe the enhancement requested
Add the implementation of the Dataframe Interchange Protocol for pyarrow.RecordBatch also. The protocol is already implemented for pyarrow.Table, see #14804.
Python dataframe interchange protocol spec: https://data-apis.org/dataframe-protocol/latest/index.html
Component(s)
Python