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.20.0.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,8 @@ Other Enhancements
359
359
- ``pd.read_html()`` will parse multiple header rows, creating a multiindex header. (:issue:`13434`).
360
360
- HTML table output skips ``colspan`` or ``rowspan`` attribute if equal to 1. (:issue:`15403`)
361
361
- ``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
+
362
364
363
365
- ``pd.TimedeltaIndex`` now has a custom datetick formatter specifically designed for nanosecond level precision (:issue:`8711`)
364
366
- ``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