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 945385d commit b977f55Copy full SHA for b977f55
pandas/core/generic.py
@@ -2204,8 +2204,8 @@ 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
2208
- exists will result in the contents of the existing file being erased.
+ Note that creating an `ExcelWriter` object with a file name that already exists
+ will overwrite the existing file because the default mode is write.
2209
2210
Parameters
2211
----------
0 commit comments