-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Python] Add missing APIs to RecordBatch class #36399
Copy link
Copy link
Open
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: PythonStatus: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement