Skip to content

Commit 1fecd25

Browse files
committed
ENH: add named based column css styling to pandas Styler (black fixup)
1 parent 2a22501 commit 1fecd25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/whatsnew/v1.1.1.rst

+6
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ Bug fixes
4646
- Bug in ``.groupby(..).rolling(..)`` where passing ``closed`` with column selection would raise a ``ValueError`` (:issue:`35549`)
4747
- Bug in :class:`DataFrame` constructor failing to raise ``ValueError`` in some cases when data and index have mismatched lengths (:issue:`33437`)
4848

49+
Other enhancements
50+
~~~~~~~~~~~~~~~~~~
51+
52+
- :meth:`Styler.extend_table_styles` added the supplement `Styler.set_table_styles` (:issue:`35607`)
53+
- :meth:`Styler.extend_column_styles` to directly add class based CSS to specified DataFrame columns (:issue:`35607`)
54+
4955
.. ---------------------------------------------------------------------------
5056
5157
.. _whatsnew_111.contributors:

0 commit comments

Comments
 (0)