Regression in artihmetic ops with alignment and special cases #32685
Labels
Numeric Operations
Arithmetic, Comparison, and Logical operations
Regression
Functionality that used to work in a prior pandas version
Milestone
I think 1.0.2 has a regression in arithmetic when we align but the result of
op(a, NA)
isn't NA. For example 1**np.nan should be 1.Previous
1.0.2 / master
Most likely from #31679. cc @jbrockmendel if you have a chance to look (I won't today).
Are there any other special cases?
The text was updated successfully, but these errors were encountered: