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
Describe the enhancement requested
The following APIs exist in the
Tableclass, but not in theRecordBatchclass:add_columnappend_columncastdropdrop_columnsgroup_byjoinrename_columnsremove_columnsset_columnshapeNote that the following
TableAPIs are not applicable toRecordBatch.combine_chunksflattenfrom_batchesto_batchesto_readerComponent(s)
Python