Skip to content

Commit bd2fa5a

Browse files
committed
Remove NDFrame#get method
1 parent e35c3ca commit bd2fa5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas-stubs/core/generic.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ from pandas._typing import (
3434
AxisIndex,
3535
CompressionOptions,
3636
CSVQuoting,
37-
Dtype,
3837
DtypeArg,
3938
DtypeBackend,
4039
FilePath,
@@ -296,7 +295,6 @@ class NDFrame(indexing.IndexingMixin):
296295
self, indices, axis=..., is_copy: _bool | None = ..., **kwargs
297296
) -> Self: ...
298297
def __delitem__(self, idx: Hashable) -> None: ...
299-
def get(self, key: object, default: Dtype | None = ...) -> Dtype: ...
300298
def reindex_like(
301299
self,
302300
other,

0 commit comments

Comments
 (0)