-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-77265: Document NaN handling in statistics functions that sort or count #94676
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
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Co-authored-by: Erlend Egeberg Aasland <[email protected]>
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.
This looks good to me. Thanks @rhettinger and @erlend-aasland
If I submit this with Approve, does that actually merge the changes?
Thanks @rhettinger for the PR, and @stevendaprano for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @rhettinger and @stevendaprano, I had trouble checking out the |
GH-94725 is a backport of this pull request to the 3.10 branch. |
…rt or count (pythonGH-94676) * Document NaN handling in functions that sort or count * Update Doc/library/statistics.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update Doc/library/statistics.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Fix trailing whitespace and rewrap text Co-authored-by: Erlend Egeberg Aasland <[email protected]> (cherry picked from commit ef61b25) Co-authored-by: Raymond Hettinger <[email protected]>
Thanks @rhettinger for the PR, and @stevendaprano for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
GH-94726 is a backport of this pull request to the 3.11 branch. |
…rt or count (pythonGH-94676) * Document NaN handling in functions that sort or count * Update Doc/library/statistics.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update Doc/library/statistics.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Fix trailing whitespace and rewrap text Co-authored-by: Erlend Egeberg Aasland <[email protected]> (cherry picked from commit ef61b25) Co-authored-by: Raymond Hettinger <[email protected]>
Document the current state of affairs. Show users what the issue is and how they can avoid it.