mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
[geopandas] Add lz4 and zstd compression to to_parquet (#15195)
This commit is contained in:
@@ -221,7 +221,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
|
||||
self,
|
||||
path: str | os.PathLike[str] | SupportsWrite[Incomplete],
|
||||
index: bool | None = None,
|
||||
compression: Literal["snappy", "gzip", "brotli"] | None = "snappy",
|
||||
compression: Literal["snappy", "gzip", "brotli", "lz4", "zstd"] | None = "snappy",
|
||||
geometry_encoding: _GeomEncoding = "WKB",
|
||||
write_covering_bbox: bool = False,
|
||||
schema_version: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user