You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [1]: pd.__version__
Out[1]: '1.6.0.dev0' # essentially 1.5
In [2]: 1 // pd.Series([0], dtype='Int64')
Out[2]:
0 inf
dtype: Float64
Ran a bisect and found this was the commit that caused the change
57d7768c205d30cc50ba9b42d60d24d1e32eb249 is the first bad commit
commit 57d7768c205d30cc50ba9b42d60d24d1e32eb249
Author: jbrockmendel <[email protected]>
Date: Thu Jan 27 16:33:24 2022 -0800
BUG: NumericArray * td64_array (#45622)
While personally I think inf is a more sensible result than 0, appears this was still being actively discussed in #30188
The text was updated successfully, but these errors were encountered:
vs
Ran a bisect and found this was the commit that caused the change
While personally I think
inf
is a more sensible result than0
, appears this was still being actively discussed in #30188The text was updated successfully, but these errors were encountered: