apache / apache/arrow

[Python] Add missing APIs to RecordBatch class

Open
#36,399 5 comments 2 reactions 1 assignee Claimed by @judahrand View on GitHub
Component: Python Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

The following APIs exist in the `Table` class, but not in the `RecordBatch` class:

`add_column`
`append_column`
`cast`
`drop`
`drop_columns`
`group_by`
`join`
`rename_columns`
`remove_columns`
`set_column`
`shape`

Note that the following `Table` APIs are not applicable to `RecordBatch`.
`combine_chunks`
`flatten`
`from_batches`
`to_batches`
`to_reader`

### Component(s)

Python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.