Skip to content

Commit 6c2b170

Browse files
committed
GH26139, DOC: Explicit statement of default complevel for HDFStore
1 parent c79b7bb commit 6c2b170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/pytables.py

+1
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ class HDFStore(StringMixin):
423423
complevel : int, 0-9, default None
424424
Specifies a compression level for data.
425425
A value of 0 disables compression.
426+
None is translated to 0.
426427
complib : {'zlib', 'lzo', 'bzip2', 'blosc'}, default 'zlib'
427428
Specifies the compression library to be used.
428429
As of v0.20.2 these additional compressors for Blosc are supported

0 commit comments

Comments
 (0)