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 108c9d1 commit f97399eCopy full SHA for f97399e
pandas-stubs/core/dtypes/common.pyi
@@ -4,7 +4,6 @@ from typing_extensions import TypeAlias
4
5
from pandas._typing import (
6
ArrayLike,
7
- Dtype,
8
DtypeObj,
9
npt,
10
)
@@ -34,7 +33,6 @@ _ArrayOrDtype: TypeAlias = (
34
33
def is_object_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
35
def is_datetime64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
36
def is_timedelta64_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
37
-def is_dtype_equal(source: Dtype, target: Dtype) -> bool: ...
38
def is_string_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
39
def is_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
40
def is_signed_integer_dtype(arr_or_dtype: _ArrayOrDtype) -> bool: ...
0 commit comments