File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3096,6 +3096,8 @@ def to_csv(
3096
3096
Specifies how encoding and decoding errors are to be handled.
3097
3097
See the errors argument for :func:`open` for a full list
3098
3098
of options.
3099
+
3100
+ .. versionadded:: 1.1.0
3099
3101
compression : str or dict, default 'infer'
3100
3102
If str, represents compression mode. If dict, value at 'method' is
3101
3103
the compression mode. Compression mode may be any of the following
Original file line number Diff line number Diff line change @@ -352,7 +352,6 @@ def get_handle(
352
352
of options.
353
353
354
354
.. versionadded:: 1.1.0
355
-
356
355
compression : str or dict, default None
357
356
If string, specifies compression mode. If dict, value at key 'method'
358
357
specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments