We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ad976 commit 9062cffCopy full SHA for 9062cff
pandas/tests/io/formats/style/test_style.py
@@ -77,6 +77,8 @@ def mi_styler_comp(mi_styler):
77
columns=mi_styler.columns,
78
)
79
80
+ mi_styler.format_names(escape="html", axis=0)
81
+ mi_styler.format_names(escape="html", axis=1)
82
return mi_styler
83
84
0 commit comments