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 b977f55 commit dc2fc3eCopy full SHA for dc2fc3e
pandas/core/generic.py
@@ -2204,7 +2204,7 @@ def to_excel(
2204
2205
Multiple sheets may be written to by specifying unique `sheet_name`.
2206
With all data written to the file it is necessary to save the changes.
2207
- Note that creating an `ExcelWriter` object with a file name that already exists
+ Note that creating an `ExcelWriter` object with a file name that already exists
2208
will overwrite the existing file because the default mode is write.
2209
2210
Parameters
0 commit comments