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 @@ -3091,6 +3091,8 @@ def to_csv(
30913091 Specifies how encoding and decoding errors are to be handled.
30923092 See the errors argument for :func:`open` for a full list
30933093 of options.
3094+
3095+ .. versionadded:: 1.1.0
30943096 compression : str or dict, default 'infer'
30953097 If str, represents compression mode. If dict, value at 'method' is
30963098 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(
352352 of options.
353353
354354 .. versionadded:: 1.1.0
355-
356355 compression : str or dict, default None
357356 If string, specifies compression mode. If dict, value at key 'method'
358357 specifies compression mode. Compression mode must be one of {'infer',
You can’t perform that action at this time.
0 commit comments