We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe07904 commit 571cbc0Copy full SHA for 571cbc0
docs/codecs.rst
@@ -128,7 +128,11 @@ cname:
128
"snappy", "zlib".
129
130
clevel:
131
- An integer between 1 and 9 indicating the compression level.
+ An integer from 0 to 9 which controls the speed and level of
132
+ compression. A level of 1 is the fastest compression method and
133
+ produces the least compressions, while 9 is slowest and produces
134
+ the most compression. Compression is turned off completely when
135
+ level is 0.
136
137
shuffle:
138
An integer value in the set {0, 1, 2, -1}. A value of 1
0 commit comments