Skip to content

Commit d35b6af

Browse files
committed
compression parameter descriptions
1 parent 272c6e7 commit d35b6af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2089,7 +2089,8 @@ def to_pickle(self, path, compression='infer',
20892089
compression : {'infer', 'gzip', 'bz2', 'zip', 'xz', None}, \
20902090
default 'infer'
20912091
A string representing the compression to use in the output file. By
2092-
default, infers from the file extension in specified path.
2092+
default, infers from the file extension in specified path. 'zip'
2093+
only supported with Python>=3.0
20932094
20942095
.. versionadded:: 0.20.0
20952096
protocol : int

0 commit comments

Comments
 (0)