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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.24.0.txt
+3-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ Other Enhancements
16
16
- :func:`Series.mode` and :func:`DataFrame.mode` now support the ``dropna`` parameter which can be used to specify whether NaN/NaT values should be considered (:issue:`17534`)
17
17
- :func:`to_csv` now supports ``compression`` keyword when a file handle is passed. (:issue:`21227`)
18
18
- :meth:`Index.droplevel` is now implemented also for flat indexes, for compatibility with MultiIndex (:issue:`21115`)
19
-
19
+
- Allow elementwise coloring in ``style.background_gradient`` with ``axis=None`` (:issue:`15204`)
0 commit comments