You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2021/12/09 14:30:00 UTC

[jira] [Created] (ARROW-15042) [Python] Consolidate shared methods of RecordBatch and Table

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)