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 bb80222 commit 56e85b9Copy full SHA for 56e85b9
pandas/core/algorithms.py
@@ -47,6 +47,7 @@
47
is_bool_dtype,
48
is_complex_dtype,
49
is_dict_like,
50
+ is_dtype_equal,
51
is_extension_array_dtype,
52
is_float,
53
is_float_dtype,
@@ -56,7 +57,6 @@
56
57
is_object_dtype,
58
is_signed_integer_dtype,
59
needs_i8_conversion,
- is_dtype_equal,
60
)
61
from pandas.core.dtypes.concat import concat_compat
62
from pandas.core.dtypes.dtypes import (
0 commit comments