We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50027c commit 91a1b64Copy full SHA for 91a1b64
pandas/core/generic.py
@@ -3089,6 +3089,8 @@ def to_csv(
3089
Specifies how encoding and decoding errors are to be handled.
3090
See the errors argument for :func:`open` for a full list
3091
of options.
3092
+
3093
+ .. versionadded:: 1.1.0
3094
compression : str or dict, default 'infer'
3095
If str, represents compression mode. If dict, value at 'method' is
3096
the compression mode. Compression mode may be any of the following
pandas/io/common.py
@@ -352,7 +352,6 @@ def get_handle(
352
353
354
.. versionadded:: 1.1.0
355
-
356
compression : str or dict, default None
357
If string, specifies compression mode. If dict, value at key 'method'
358
specifies compression mode. Compression mode must be one of {'infer',
0 commit comments