Skip to content

Commit

Permalink
fixed docstring order
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Nov 26, 2023
1 parent 43c8dbc commit 0cfd8af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pandas/core/arrays/arrow/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ def field(
pandas.Series
The data corresponding to the selected child field.
See Also
--------
Series.struct.explode : Return all child fields as a DataFrame.
Notes
-----
The name of the resulting Series will be set using the following
Expand All @@ -303,10 +307,6 @@ def field(
- For a :class:`pyarrow.compute.Expression`, this is set to
the string form of the expression.
See Also
--------
Series.struct.explode : Return all child fields as a DataFrame.
Examples
--------
>>> import pyarrow as pa
Expand Down

0 comments on commit 0cfd8af

Please sign in to comment.