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 @@ -3082,13 +3082,13 @@ def to_csv(
3082
3082
for easier importing in R.
3083
3083
mode : str
3084
3084
Python write mode, default 'w'.
3085
+ encoding : str, optional
3086
+ A string representing the encoding to use in the output file,
3087
+ defaults to 'utf-8'.
3085
3088
errors : str, default 'strict'
3086
3089
Specifies how encoding and decoding errors are to be handled.
3087
3090
See the errors argument for :func:`open` for a full list
3088
3091
of options.
3089
- encoding : str, optional
3090
- A string representing the encoding to use in the output file,
3091
- defaults to 'utf-8'.
3092
3092
compression : str or dict, default 'infer'
3093
3093
If str, represents compression mode. If dict, value at 'method' is
3094
3094
the compression mode. Compression mode may be any of the following
You can’t perform that action at this time.
0 commit comments