pyarrow.ListArray#

.. currentmodule:: pyarrow

.. autoclass:: ListArray

.. automethod:: init

.. rubric:: Methods

.. autosummary::

  ~ListArray.__init__
  ~ListArray.buffers
  ~ListArray.cast
  ~ListArray.dictionary_encode
  ~ListArray.diff
  ~ListArray.drop_null
  ~ListArray.equals
  ~ListArray.fill_null
  ~ListArray.filter
  ~ListArray.flatten
  ~ListArray.format
  ~ListArray.from_arrays
  ~ListArray.from_buffers
  ~ListArray.from_pandas
  ~ListArray.get_total_buffer_size
  ~ListArray.index
  ~ListArray.is_nan
  ~ListArray.is_null
  ~ListArray.is_valid
  ~ListArray.slice
  ~ListArray.sort
  ~ListArray.sum
  ~ListArray.take
  ~ListArray.to_numpy
  ~ListArray.to_pandas
  ~ListArray.to_pylist
  ~ListArray.to_string
  ~ListArray.tolist
  ~ListArray.unique
  ~ListArray.validate
  ~ListArray.value_counts
  ~ListArray.value_lengths
  ~ListArray.value_parent_indices
  ~ListArray.view

.. rubric:: Attributes

.. autosummary::

  ~ListArray.nbytes
  ~ListArray.null_count
  ~ListArray.offset
  ~ListArray.offsets
  ~ListArray.type
  ~ListArray.values