API: Series/DataFrame.mask(other) should default to lib.no_default instead of np.nan #49111
Labels
API - Consistency
Internal Consistency of API/Behavior
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
In 1.4 (#44697),
.where(other=)
was changed fromnp.nan
tolib.no_default
.Since
mask
is the analogous method towhere
, it'sother
argument should also default tolib.no_default
The text was updated successfully, but these errors were encountered: