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 2ce11d6 commit ea30548Copy full SHA for ea30548
pandas/core/arrays/base.py
@@ -42,7 +42,7 @@
42
)
43
from pandas.core.dtypes.dtypes import ExtensionDtype
44
from pandas.core.dtypes.generic import ABCDataFrame, ABCIndexClass, ABCSeries
45
-from pandas.core.dtypes.missing import is_valid_nat_for_dtype, isna
+from pandas.core.dtypes.missing import isna
46
47
from pandas.core import ops
48
from pandas.core.algorithms import factorize_array, unique
0 commit comments