-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[TST]: Wrong Corr with Timedelta index #36454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
When using var instead of std, we can solve the numerical issues for the cases where var is still within floating point precision while std would not. |
ok i'll buy this, why don't you add a bug fix note (in combination with the warning should be sufficient) |
Thanks, should we close this issue then? |
� Conflicts: � doc/source/whatsnew/v1.2.0.rst � pandas/tests/window/test_rolling.py
Looks like this is still worthwhile. Can you merge in master and fix the merge conflicts? |
� Conflicts: � doc/source/whatsnew/v1.2.0.rst � pandas/tests/window/test_rolling.py
cc @mroeschke Conflicts resolved |
Sorry could you merge master one more time just to be sure. The travis failure doesn't look related to this PR |
cc @mroeschke Merged master, checks failure unlrelated. Opened #37404 to clean it up |
cc @mroeschke Travis successful. Merged master to show ci/checks is green now. |
Looks like there's one more merge conflict |
� Conflicts: � pandas/tests/window/test_rolling.py
Done |
thanks @phofl |
Series.rolling.corr
when using aTimedelta
based window. #31286 (closes the issue, if there is no way around the numerical issues)black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff