Skip to content

Commit 3c2d0c0

Browse files
committed
false
1 parent 3591b11 commit 3c2d0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def _format_hierarchical_rows(self) -> Iterable[ExcelCell]:
795795
level_lengths,
796796
self.df.index.levels,
797797
self.df.index.codes,
798-
strict=True,
798+
strict=False,
799799
):
800800
values = levels.take(
801801
level_codes,

0 commit comments

Comments
 (0)