Skip to content

Commit f56f117

Browse files
committed
ENH: add named based column css styling to pandas Styler (black fixup)
1 parent 6aca6a9 commit f56f117

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/whatsnew/v1.1.1.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Categorical
7272
- Bug in :class:`DataFrame` constructor failing to raise ``ValueError`` in some cases when data and index have mismatched lengths (:issue:`33437`)
7373
-
7474

75+
Other enhancements
76+
~~~~~~~~~~~~~~~~~~
77+
78+
- :meth:`Styler.extend_table_styles` added the supplement `Styler.set_table_styles` (:issue:`35607`)
79+
- :meth:`Styler.extend_column_styles` to directly add class based CSS to specified DataFrame columns (:issue:`35607`)
80+
7581
.. ---------------------------------------------------------------------------
7682
7783
.. _whatsnew_111.contributors:

0 commit comments

Comments
 (0)