We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff7ccd commit c609257Copy full SHA for c609257
pandas/core/generic.py
@@ -3643,9 +3643,6 @@ def to_csv(
3643
- 'x', open for exclusive creation, failing if the file already exists.
3644
- 'a', open for writing, appending to the end of file if it exists.
3645
3646
- Including 'b' or 't' in the mode parameter will inform Pandas whether
3647
- `path_or_buf` requires string or binary data. However, in most cases,
3648
- this should not be necessary.
3649
encoding : str, optional
3650
A string representing the encoding to use in the output file,
3651
defaults to 'utf-8'. `encoding` is not supported if `path_or_buf`
0 commit comments