-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Issue #29128 Series.var not returning the correct result #29353
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
BUG: Issue #29128 Series.var not returning the correct result #29353
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are a ton of unrelated changes here. can you just change what is releavnt
…HubertKl/pandas into Issue_29128_series_int_var_ddof
This reverts commit 3504892.
This reverts commit 2da83e4.
This reverts commit b3a4aa6.
Sorry for the mess, I ran the wrong version of black. I updated my PR accordingly to the change requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, some comments, ping on green.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes has been done, checks are green. @jreback
@HubertKl can you rebase |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Thanks @HubertKl |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
This PR closes #29128