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 a92ea0f commit 807b5edCopy full SHA for 807b5ed
pandas/core/arrays/base.py
@@ -39,7 +39,7 @@
39
)
40
from pandas.core.dtypes.dtypes import ExtensionDtype
41
from pandas.core.dtypes.generic import ABCDataFrame, ABCIndexClass, ABCSeries
42
-from pandas.core.dtypes.missing import isna, notna
+from pandas.core.dtypes.missing import isna
43
44
from pandas.core import ops
45
from pandas.core.algorithms import factorize_array, unique
0 commit comments