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
We had problems when using numpy.round to a numpy.int64 object. Using Python round and pandas.Int64Dtype instead seems to fix the problem for us. Running some benchmark shows the two methods use similar amount of time across some of our test cases.
numpy.round
returns wrong value when decimals are negative and argument isnp.int64
Reproducing code example:
Numpy/Python version information:
The text was updated successfully, but these errors were encountered: