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
When bottlenecks is installed in an environment with Pandas, it causes pandas to return an incorrect result for .std on a constant array (it should return 0.0).
To Reproduce
First install pandas. The result is the same when using conda and pip.
When
bottlenecks
is installed in an environment with Pandas, it causes pandas to return an incorrect result for.std
on a constant array (it should return 0.0).To Reproduce
First install pandas. The result is the same when using conda and pip.
Running the following code gives the expected result:
Now in the same environment, install bottleneck. It is the only additional package installed.
Running the same code gives an incorrect result:
Version info:
Windows 11, Python 3.11, conda 23.5.2
Output from
conda list
:Additional context
I additionall reported the bug in the Pandas github repo: pandas-dev/pandas#57505
The text was updated successfully, but these errors were encountered: