Skip to content

gh-548 #551

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

Merged
merged 4 commits into from
Feb 22, 2023
Merged

gh-548 #551

merged 4 commits into from
Feb 22, 2023

Conversation

wadhah101
Copy link
Contributor

self, axis: AxisType = ..., skipna: bool = ..., numeric_only: bool = ...
) -> Series: ...
def idxmin(
self, axis: AxisType = ..., skipna: bool = ..., numeric_only: bool = ...
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the code, it turns out that numeric_only is not a parameter for SeriesGroupBy.idxmax() and SeriesGroupBy.idxmin(), so can you remove them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wadhah101

@Dr-Irv Dr-Irv merged commit b2ffbfe into pandas-dev:main Feb 22, 2023
twoertwein pushed a commit to twoertwein/pandas-stubs that referenced this pull request Apr 1, 2023
* chore: update function definition

* chore: added idxmax and idxmin tests

* chore: remove numeric_only from series
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants