Skip to content

Commit f0dad17

Browse files
authored
[geopandas] Add lz4 and zstd compression to to_parquet
1 parent 3714af2 commit f0dad17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/geopandas/geopandas/geodataframe.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
221221
self,
222222
path: str | os.PathLike[str] | SupportsWrite[Incomplete],
223223
index: bool | None = None,
224-
compression: Literal["snappy", "gzip", "brotli"] | None = "snappy",
224+
compression: Literal["snappy", "gzip", "brotli", "lz4", "zstd"] | None = "snappy",
225225
geometry_encoding: _GeomEncoding = "WKB",
226226
write_covering_bbox: bool = False,
227227
schema_version: str | None = None,

0 commit comments

Comments
 (0)