Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,8 @@ def sort_values(self, axis=0, ascending=True, inplace=False,
Choice of sorting algorithm. See also :func:'numpy.sort' for more
information. 'mergesort' is the only stable algorithm.
na_position : {'first' or 'last'}, default 'last'
Argument 'first' puts NaNs at the beginning, 'last' puts NaNs at
the end.
Argument 'first' puts NaNs at the beginning, 'last' puts NaNs at
the end.

Returns
-------
Expand Down