BUG: index naming escaping not performed by Styler.format_index
· Issue #47489 · pandas-dev/pandas (original) (raw)
Pandas version checks
- I have checked that this issue has not already been reported.
- I have confirmed this bug exists on the latest version of pandas.
- I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
...
Issue Description
Escaping is applied to formatted header cells but not to index name cells.
Expected Behavior
Unknown at this point, perhaps will work just to apply the same escape parameter to the index name but have to evaluate first.
Installed Versions
Replace this line with the output of pd.show_versions()