Skip to content

Commit 5b8f15e

Browse files
attack68yeshsurya
authored andcommitted
ENH: Styler.highlight_quantile method (pandas-dev#40926)
1 parent 6ade772 commit 5b8f15e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/whatsnew/v1.3.0.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ to accept more universal CSS language for arguments, such as ``'color:red;'`` in
119119
to allow custom CSS highlighting instead of default background coloring (:issue:`40242`).
120120
Enhancements to other built-in methods include extending the :meth:`.Styler.background_gradient`
121121
method to shade elements based on a given gradient map and not be restricted only to
122-
values in the DataFrame (:issue:`39930` :issue:`22727` :issue:`28901`).
122+
values in the DataFrame (:issue:`39930` :issue:`22727` :issue:`28901`). Additional
123+
built-in methods such as :meth:`.Styler.highlight_between` and :meth:`.Styler.highlight_quantile`
124+
have been added (:issue:`39821` and :issue:`40926`).
123125

124126
The :meth:`.Styler.apply` now consistently allows functions with ``ndarray`` output to
125127
allow more flexible development of UDFs when ``axis`` is ``None`` ``0`` or ``1`` (:issue:`39393`).

0 commit comments

Comments
 (0)