We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad64b1 commit 8e774b8Copy full SHA for 8e774b8
doc/source/v0.14.0.txt
@@ -436,6 +436,8 @@ Enhancements
436
437
- ``quotechar``, ``doublequote``, and ``escapechar`` can now be specified when
438
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`)
441
- Added a ``to_julian_date`` function to ``TimeStamp`` and ``DatetimeIndex``
442
to convert to the Julian Date used primarily in astronomy. (:issue:`4041`)
443
- ``DataFrame.to_stata`` will now check data for compatibility with Stata data types
0 commit comments