Joris Van den Bossche created ARROW-15042:
---------------------------------------------
Summary: [Python] Consolidate shared methods of RecordBatch and
Table
Key: ARROW-15042
URL: https://issues.apache.org/jira/browse/ARROW-15042
Project: Apache Arrow
Issue Type: Improvement
Components: Python
Reporter: Joris Van den Bossche
RecordBatch and Table have a bunch of similar methods that don't directly
interact with the C++ pointer, and thus that could be shared in a common base
class.
In addition, we also have some methods on Table that would also be useful for
RecordBatch (eg {{cast}}, {{group_by}}, {{drop}}, {{select}}, {{sort_by}},
{{rename_columns}}), which could also be shared with a common mixin.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)