BUG: binop methods with fill_value
not being respected in pandas 2.2
#57447
Labels
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Numeric Operations
Arithmetic, Comparison, and Logical operations
I would expect
fill_value
to replace NA with 0.0 before comparing withnp.nan
as described in the docsThe text was updated successfully, but these errors were encountered: