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
+2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Other Enhancements
15
15
- :func:`to_datetime` now supports the ``%Z`` and ``%z`` directive when passed into ``format`` (:issue:`13486`)
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
+
- Allow elementwise coloring in ``style.background_gradient`` with ``axis=None`` (:issue:`15204`)
0 commit comments