Commits


Dane Pitkin authored and GitHub committed 7bf1dec7f8b
GH-34979: [Python] Create a base class for Table and RecordBatch (#34980) ### Rationale for this change This is an incremental first step towards https://github.com/apache/arrow/issues/30559 ### What changes are included in this PR? Introduce `class _Table` in `table.pxi`. ### Are these changes tested? Existing pytests will check for regression. ### Are there any user-facing changes? No * Closes: #34979 Authored-by: Dane Pitkin <dane@voltrondata.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>