Skip to content

Commit 3ab84a0

Browse files
swyoongfyoung
authored andcommitted
DOC: Explicit statement of default complevel for HDFStore (pandas-dev#26158)
Closes pandas-devgh-26139
1 parent dc86509 commit 3ab84a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ class HDFStore(StringMixin):
422422
It is similar to ``'a'``, but the file must already exist.
423423
complevel : int, 0-9, default None
424424
Specifies a compression level for data.
425-
A value of 0 disables compression.
425+
A value of 0 or None disables compression.
426426
complib : {'zlib', 'lzo', 'bzip2', 'blosc'}, default 'zlib'
427427
Specifies the compression library to be used.
428428
As of v0.20.2 these additional compressors for Blosc are supported

0 commit comments

Comments
 (0)