You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Extended the documentation for DataFrame.sort_values() (#57678)
* DOC:extended the documentation for `pandas.DataFrame.sort_values`; further explain the single-column vs. multi-column sorting; added further explanation and simplification for customized sorting, e.g, using `natsort` package
* shortened the added dostrings to 80 columns; fixed a typo
* added another `shell` line to avoid `micromamba` test failure
* fixed a typo in a `DataFrame.sort_values()` example
* added a warning to raise awareness about a potential issue with `natsort`
* simplified the examples
* added a single example about `natsort`
0 commit comments