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 c461a74 commit 42cc771Copy full SHA for 42cc771
pandas/core/generic.py
@@ -2212,8 +2212,8 @@ def to_excel(
2212
``io.excel.xlsm.writer``.
2213
2214
merge_cells : bool or 'columns', default False
2215
- Write MultiIndex and Hierarchical Rows as merged cells if True.
2216
- Merge MultiIndex column header cells only if 'columns'.
+ If True, write MultiIndex index and columns as merged cells.
+ If 'columns', merge MultiIndex column cells only.
2217
{encoding_parameter}
2218
inf_rep : str, default 'inf'
2219
Representation for infinity (there is no native representation for
0 commit comments