@@ -217,10 +217,15 @@ chunksize : int, default ``None``
217217Quoting, Compression, and File Format
218218+++++++++++++++++++++++++++++++++++++
219219
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+
224229thousands : str, default ``None ``
225230 Thousands separator.
226231decimal : str, default ``'.' ``
0 commit comments