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 e02244d commit d38eccaCopy full SHA for d38ecca
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