Skip to content

[Python] Add missing APIs to RecordBatch class #36399

@danepitkin

Description

@danepitkin

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions