-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Min max added to reduction ops #50988
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
Min max added to reduction ops #50988
Conversation
Can someone from pandas team review this? |
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.
Needs tests and a whatsnew note in v2.0.0.rst
Could you give some pointers on how can I add these tests and whatsnew |
A unit test that checks the behavior of the related issue be added to An entry should be added to |
Would the following test be okay?
|
Yes but the tests can just be stand alone functions |
Also, could you give me some more hints on what format I should follow to add changes descriptions in Is this ok:
|
This will be easier to comment on if you commit the changes you suggested |
Sure! |
- Added `test_query_numexpr_with_min_and_max_columns` in `pandas/frame/tests/test_query_eval.py` - Bug fix entry added in `pandas/doc/source/whatsnew/v2.0.0.rst` for issue `pandas-dev#50937`
b6c286e
to
357a2b0
Compare
|
Co-authored-by: Matthew Roeschke <[email protected]>
Thanks @ShisuiUzumaki |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.