@@ -217,10 +217,15 @@ chunksize : int, default ``None``
217
217
Quoting, Compression, and File Format
218
218
+++++++++++++++++++++++++++++++++++++
219
219
220
- compression : {``'infer' ``, ``'gzip' ``, ``'bz2' ``, ``None ``}, default ``'infer' ``
221
- For on-the-fly decompression of on-disk data. If 'infer', then use gzip or bz2
222
- if filepath_or_buffer is a string ending in '.gz' or '.bz2', respectively, and
223
- no decompression otherwise. Set to ``None `` for no decompression.
220
+ compression : {``'infer' ``, ``'gzip' ``, ``'bz2' ``, ``'zip' ``, ``None ``}, default ``'infer' ``
221
+ For on-the-fly decompression of on-disk data. If 'infer', then use gzip,
222
+ bz2 or zip if filepath_or_buffer is a string ending in '.gz', '.bz2' or
223
+ '.zip', respectively, and no decompression otherwise. If using 'zip',
224
+ the ZIP file must contain only one data file to be read in.
225
+ Set to ``None `` for no decompression.
226
+
227
+ .. versionadded :: 0.18.0 support for 'zip' compression.
228
+
224
229
thousands : str, default ``None ``
225
230
Thousands separator.
226
231
decimal : str, default ``'.' ``
0 commit comments