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 8f1ae07 commit 2710616Copy full SHA for 2710616
pandas-stubs/core/frame.pyi
@@ -386,7 +386,7 @@ class DataFrame(NDFrame, OpsMixin):
386
self,
387
path: FilePath | WriteBuffer[bytes],
388
engine: ParquetEngine = ...,
389
- compression: Literal["snappy", "gzip", "brotli"] | None = ...,
+ compression: Literal["snappy", "gzip", "brotli", "lz4", "zstd"] | None = ...,
390
index: bool | None = ...,
391
partition_cols: list[HashableT] | None = ...,
392
storage_options: StorageOptions = ...,
@@ -397,7 +397,7 @@ class DataFrame(NDFrame, OpsMixin):
397
398
path: None = ...,
399
400
401
402
403
0 commit comments