mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-15 21:18:30 +08:00
Fix override issue in GeoDataFrame.astype return type (#13606)
This commit is contained in:
@@ -315,7 +315,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
|
||||
dtype: AstypeArg | Mapping[Any, Dtype] | pd.Series[Any], # any because of mapping invariance and series typevar bounds
|
||||
copy: bool | None = None,
|
||||
errors: Literal["ignore", "raise"] = "raise",
|
||||
) -> GeoDataFrame | pd.DataFrame: ...
|
||||
) -> GeoDataFrame: ...
|
||||
def to_postgis(
|
||||
self,
|
||||
name: str,
|
||||
|
||||
Reference in New Issue
Block a user