Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-1458130 Minor documentation fix for Series.sort_values #1916

Merged
Merged
Changes from 2 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
3 changes: 2 additions & 1 deletion docs/source/modin/supported/series_supported.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ Methods
| ``sort_index`` | P | | ``N`` if given the ``key`` param, |
| | | | or MultiIndex |
+-----------------------------+---------------------------------+----------------------------------+----------------------------------------------------+
| ``sort_values`` | P | | ``N`` if given the ``key`` parameter |
| ``sort_values`` | P | ``key`` | Snowpark pandas currently uses stable sort when |
sfc-gh-helmeleegy marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

| | | | sorting the index values. Pandas uses quicksort. |
+-----------------------------+---------------------------------+----------------------------------+----------------------------------------------------+
| ``squeeze`` | Y | | |
+-----------------------------+---------------------------------+----------------------------------+----------------------------------------------------+
Expand Down
Loading