-
Notifications
You must be signed in to change notification settings - Fork 94
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
Added the argmin and argmax function expr.py file and series.py file #1496
base: main
Are you sure you want to change the base?
Added the argmin and argmax function expr.py file and series.py file #1496
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.
thanks, this is a good start - could you add a test please?
docs/api-reference/expr.md
Outdated
- arg_min | ||
- arg_max |
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.
these should be sorted alphabetically
hey - i'd suggest reading through https://narwhals-dev.github.io/narwhals/how_it_works/, i get the impression that this PR is involving a lot of guesswork |
Thanks, yup Mostly going through the flow thanks for the suggestion i will go through it and try to understand. |
Hi, I am going through the code lost myself, please guide me what is the mistake i am doing now, how should i correct it where is the issue. So i can understand the codebase better. |
i'd suggest looking at similar functions and understanding how they're implemented |
What type of PR is this? (check all applicable)
Related issues
Checklist
If you have comments or can explain your changes, please do so below