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 0a277de commit b7f867aCopy full SHA for b7f867a
pandas/io/formats/excel.py
@@ -650,7 +650,7 @@ def _format_header_mi(self) -> Iterable[ExcelCell]:
650
for lnum, (spans, levels, level_codes) in enumerate(
651
zip(level_lengths, fixed_columns.levels, fixed_columns.codes, strict=True)
652
):
653
- # GH#62340: Use original column values (with NaN) instead of NBSP-filled ones
+ # GH#62340: Use original column values instead of NBSP-filled ones
654
# Get values from original columns (which have NaN), not fixed_columns
655
orig_level_values = columns.get_level_values(lnum)
656
# Extract the values according to the order in fixed_columns
0 commit comments