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 a096709 commit ad3a5b7Copy full SHA for ad3a5b7
pandas/io/formats/excel.py
@@ -628,7 +628,6 @@ def _format_header_mi(self) -> Iterable[ExcelCell]:
628
if self.index and isinstance(self.df.index, MultiIndex):
629
coloffset = self.df.index.nlevels - 1
630
631
- # Format multi-index as a merged cells.
632
for lnum, name in enumerate(columns.names):
633
yield ExcelCell(
634
row=lnum,
0 commit comments