Skip to content

Commit

Permalink
add list accessor to series.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Jain committed Oct 31, 2023
1 parent 8ba970a commit adbf4e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/source/reference/series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,23 @@ Sparse-dtype specific methods and attributes are provided under the
Series.sparse.to_coo


.. _api.series.list:

List accessor
~~~~~~~~~~~~~

Arrow list-dtype specific methods and attributes are provided under the
``Series.list`` accessor.

.. autosummary::
:toctree: api/
:template: autosummary/accessor_method.rst

Series.list.flatten
Series.list.len
Series.list.__getitem__


.. _api.series.struct:

Struct accessor
Expand Down

0 comments on commit adbf4e1

Please sign in to comment.