pyarrow.RecordBatch#

.. currentmodule:: pyarrow

.. autoclass:: RecordBatch

.. automethod:: init

.. rubric:: Methods

.. autosummary::

  ~RecordBatch.__init__
  ~RecordBatch.add_column
  ~RecordBatch.append_column
  ~RecordBatch.cast
  ~RecordBatch.column
  ~RecordBatch.drop_columns
  ~RecordBatch.drop_null
  ~RecordBatch.equals
  ~RecordBatch.field
  ~RecordBatch.filter
  ~RecordBatch.from_arrays
  ~RecordBatch.from_pandas
  ~RecordBatch.from_pydict
  ~RecordBatch.from_pylist
  ~RecordBatch.from_struct_array
  ~RecordBatch.get_total_buffer_size
  ~RecordBatch.itercolumns
  ~RecordBatch.remove_column
  ~RecordBatch.rename_columns
  ~RecordBatch.replace_schema_metadata
  ~RecordBatch.select
  ~RecordBatch.serialize
  ~RecordBatch.set_column
  ~RecordBatch.slice
  ~RecordBatch.sort_by
  ~RecordBatch.take
  ~RecordBatch.to_pandas
  ~RecordBatch.to_pydict
  ~RecordBatch.to_pylist
  ~RecordBatch.to_string
  ~RecordBatch.to_struct_array
  ~RecordBatch.to_tensor
  ~RecordBatch.validate

.. rubric:: Attributes

.. autosummary::

  ~RecordBatch.column_names
  ~RecordBatch.columns
  ~RecordBatch.nbytes
  ~RecordBatch.num_columns
  ~RecordBatch.num_rows
  ~RecordBatch.schema