We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fba37d commit 149ed35Copy full SHA for 149ed35
pandas/core/generic.py
@@ -3101,6 +3101,8 @@ def to_csv(
3101
Specifies how encoding and decoding errors are to be handled.
3102
See the errors argument for :func:`open` for a full list
3103
of options.
3104
+
3105
+ .. versionadded:: 1.1.0
3106
compression : str or dict, default 'infer'
3107
If str, represents compression mode. If dict, value at 'method' is
3108
the compression mode. Compression mode may be any of the following
pandas/io/common.py
@@ -371,7 +371,6 @@ def get_handle(
371
372
373
.. versionadded:: 1.1.0
374
-
375
compression : str or dict, default None
376
If string, specifies compression mode. If dict, value at key 'method'
377
specifies compression mode. Compression mode must be one of {'infer',
0 commit comments