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 @@ -3101,6 +3101,8 @@ def to_csv(
3101
3101
Specifies how encoding and decoding errors are to be handled.
3102
3102
See the errors argument for :func:`open` for a full list
3103
3103
of options.
3104
+
3105
+ .. versionadded:: 1.1.0
3104
3106
compression : str or dict, default 'infer'
3105
3107
If str, represents compression mode. If dict, value at 'method' is
3106
3108
the compression mode. Compression mode may be any of the following
Original file line number Diff line number Diff line change @@ -371,7 +371,6 @@ def get_handle(
371
371
of options.
372
372
373
373
.. versionadded:: 1.1.0
374
-
375
374
compression : str or dict, default None
376
375
If string, specifies compression mode. If dict, value at key 'method'
377
376
specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments