Skip to content

Commit 8e774b8

Browse files
committed
DOC partial sort for multiindex
1 parent 3ad64b1 commit 8e774b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/v0.14.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,8 @@ Enhancements
436436

437437
- ``quotechar``, ``doublequote``, and ``escapechar`` can now be specified when
438438
using ``DataFrame.to_csv`` (:issue:`5414`, :issue:`4528`)
439+
- Partially sort by only the specified levels of a MultiIndex with the
440+
``sort_remaining`` boolean kwarg. (:issue:`3984`)
439441
- Added a ``to_julian_date`` function to ``TimeStamp`` and ``DatetimeIndex``
440442
to convert to the Julian Date used primarily in astronomy. (:issue:`4041`)
441443
- ``DataFrame.to_stata`` will now check data for compatibility with Stata data types

0 commit comments

Comments
 (0)