File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3093,13 +3093,13 @@ def to_csv(
3093
3093
for easier importing in R.
3094
3094
mode : str
3095
3095
Python write mode, default 'w'.
3096
+ encoding : str, optional
3097
+ A string representing the encoding to use in the output file,
3098
+ defaults to 'utf-8'.
3096
3099
errors : str, default 'strict'
3097
3100
Specifies how encoding and decoding errors are to be handled.
3098
3101
See the errors argument for :func:`open` for a full list
3099
3102
of options.
3100
- encoding : str, optional
3101
- A string representing the encoding to use in the output file,
3102
- defaults to 'utf-8'.
3103
3103
compression : str or dict, default 'infer'
3104
3104
If str, represents compression mode. If dict, value at 'method' is
3105
3105
the compression mode. Compression mode may be any of the following
You can’t perform that action at this time.
0 commit comments