BUG: Sum on large integers incorrect after rolling timewindow #40043
Labels
Bug
Closing Candidate
May be closeable, needs more eyeballs
Duplicate Report
Duplicate issue or pull request
Window
rolling, ewma, expanding
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Code Sample, a copy-pastable example
Problem description
The sum of the rolling window should be higher or equal to the original series because only positive values are in it. However, 'False' is printed.
Expected Output
True
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: