Skip to content

Commit d8c1faa

Browse files
committed
BUG: fixes reversion of isnull/isna produced in merge
1 parent c90aa22 commit d8c1faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
is_re_compilable,
2727
pandas_dtype)
2828
from pandas.core.dtypes.cast import maybe_promote, maybe_upcast_putmask
29-
from pandas.core.dtypes.missing import isnull, notnull
29+
from pandas.core.dtypes.missing import isna, notna
3030
from pandas.core.dtypes.generic import ABCSeries, ABCPanel, ABCDataFrame
3131

3232
from pandas.core.common import (_values_from_object,

0 commit comments

Comments
 (0)