Skip to content

Commit 5c5c161

Browse files
committed
add zip in compression parameter description
1 parent b9fab3c commit 5c5c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def decompress_file(path, compression):
172172
path : str
173173
The path where the file is read from
174174
175-
compression : {'gzip', 'bz2', 'xz', None}
175+
compression : {'gzip', 'bz2', 'zip', 'xz', None}
176176
Name of the decompression to use
177177
178178
Returns

0 commit comments

Comments
 (0)