Skip to content

Commit 5caf660

Browse files
committed
Merge pull request #5059 from neurodebian/bf-isnull
BF: import isnull
2 parents c72d978 + f79a25e commit 5caf660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tools/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pandas.util.decorators import cache_readonly, Appender, Substitution
2020
from pandas.core.common import (PandasError, ABCSeries,
2121
is_timedelta64_dtype, is_datetime64_dtype,
22-
is_integer_dtype)
22+
is_integer_dtype, isnull)
2323

2424
import pandas.core.common as com
2525

0 commit comments

Comments
 (0)