We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2957e60 commit 7c6c2f0Copy full SHA for 7c6c2f0
doc/source/whatsnew/v1.1.0.rst
@@ -58,7 +58,7 @@ Note how this is sorted with capital letters first. If we apply the `ser.str.low
58
59
.. ipython:: python
60
61
- s.sort_values(key=lambda x : x.str.lower)
+ s.sort_values(key=lambda x: x.str.lower)
62
63
64
When applied to a `DataFrame`, they key is applied per-column to all columns or a subset if
0 commit comments