We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90aa22 commit d8c1faaCopy full SHA for d8c1faa
pandas/core/generic.py
@@ -26,7 +26,7 @@
26
is_re_compilable,
27
pandas_dtype)
28
from pandas.core.dtypes.cast import maybe_promote, maybe_upcast_putmask
29
-from pandas.core.dtypes.missing import isnull, notnull
+from pandas.core.dtypes.missing import isna, notna
30
from pandas.core.dtypes.generic import ABCSeries, ABCPanel, ABCDataFrame
31
32
from pandas.core.common import (_values_from_object,
0 commit comments