Skip to content

Commit 194b8bf

Browse files
DOC: restored upstream main
1 parent 8066b0e commit 194b8bf

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pandas/io/pytables.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,14 +1304,8 @@ def append(
13041304
Write DataFrame index as a column.
13051305
append : bool, default True
13061306
Append the input data to the existing.
1307-
complib : {'zlib', 'lzo', 'bzip2', 'blosc'}, default 'zlib'
1308-
Specifies the compression library to be used.
1309-
These additional compressors for Blosc are supported
1310-
(default if no compressor specified: 'blosc:blosclz'):
1311-
{'blosc:blosclz', 'blosc:lz4', 'blosc:lz4hc', 'blosc:snappy',
1312-
'blosc:zlib', 'blosc:zstd'}.
1313-
Specifying a compression library which is not available issues
1314-
a ValueError.
1307+
complib : default None
1308+
This parameter is currently not accepted.
13151309
complevel : int, 0-9, default None
13161310
Specifies a compression level for data.
13171311
A value of 0 or None disables compression.

0 commit comments

Comments
 (0)