Skip to content

Commit 5573658

Browse files
committed
revert missing
1 parent 389ebcd commit 5573658

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/missing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ def mask_missing(arr, values_to_mask):
6868
else:
6969
mask |= isna(arr)
7070

71-
if mask is None:
72-
mask = np.zeros(arr.shape, dtype=bool)
73-
7471
return mask
7572

7673

0 commit comments

Comments
 (0)