We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a39cf9 commit e14fd1fCopy full SHA for e14fd1f
pandas/core/generic.py
@@ -3585,7 +3585,6 @@ def _wrap(x, alt_format_):
3585
elif isinstance(header, (list, tuple)):
3586
relabel_index_.append({"labels": header, "axis": "columns"})
3587
format_index_ = [index_format_] # column_format is overwritten
3588
- format_index_names_ = [index_format_] # column_format is overwritten
3589
3590
if index is False:
3591
hide_.append({"axis": "index"})
0 commit comments