Skip to content

Commit ef4ed5a

Browse files
committed
fixup! ENH: Add blocks to Styler template
1 parent 2be1e83 commit ef4ed5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ Other Enhancements
359359
- ``pd.read_html()`` will parse multiple header rows, creating a multiindex header. (:issue:`13434`).
360360
- HTML table output skips ``colspan`` or ``rowspan`` attribute if equal to 1. (:issue:`15403`)
361361
- ``pd.Styler`` template now has blocks for easier extension (:issue:`15649`)
362+
- ``pd.Styler.render`` now accepts ``**kwargs`` to allow user-defined variables in the template (:issue:`15649`)
363+
362364

363365
- ``pd.TimedeltaIndex`` now has a custom datetick formatter specifically designed for nanosecond level precision (:issue:`8711`)
364366
- ``pd.types.concat.union_categoricals`` gained the ``ignore_ordered`` argument to allow ignoring the ordered attribute of unioned categoricals (:issue:`13410`). See the :ref:`categorical union docs <categorical.union>` for more information.

0 commit comments

Comments
 (0)