pyarrow.Table#

.. currentmodule:: pyarrow

.. autoclass:: Table

.. automethod:: init

.. rubric:: Methods

.. autosummary::

  ~Table.__init__
  ~Table.add_column
  ~Table.append_column
  ~Table.cast
  ~Table.column
  ~Table.combine_chunks
  ~Table.drop
  ~Table.drop_columns
  ~Table.drop_null
  ~Table.equals
  ~Table.field
  ~Table.filter
  ~Table.flatten
  ~Table.from_arrays
  ~Table.from_batches
  ~Table.from_pandas
  ~Table.from_pydict
  ~Table.from_pylist
  ~Table.from_struct_array
  ~Table.get_total_buffer_size
  ~Table.group_by
  ~Table.itercolumns
  ~Table.join
  ~Table.join_asof
  ~Table.remove_column
  ~Table.rename_columns
  ~Table.replace_schema_metadata
  ~Table.select
  ~Table.set_column
  ~Table.slice
  ~Table.sort_by
  ~Table.take
  ~Table.to_batches
  ~Table.to_pandas
  ~Table.to_pydict
  ~Table.to_pylist
  ~Table.to_reader
  ~Table.to_string
  ~Table.to_struct_array
  ~Table.unify_dictionaries
  ~Table.validate

.. rubric:: Attributes

.. autosummary::

  ~Table.column_names
  ~Table.columns
  ~Table.nbytes
  ~Table.num_columns
  ~Table.num_rows
  ~Table.schema
  ~Table.shape