Skip to content
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

Update nlargest nsmallest doc #56369

Merged
merged 6 commits into from
Dec 12, 2023
Merged

Conversation

MainHanzo
Copy link
Contributor

@MainHanzo MainHanzo commented Dec 6, 2023

@MainHanzo
Copy link
Contributor Author

@rhshadrach thanks for the review, here is the new commit as requested.

@mroeschke mroeschke added the Docs label Dec 7, 2023
@mroeschke mroeschke requested a review from rhshadrach December 7, 2023 17:17
Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

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

Looks great! Just one more request.

pandas/core/frame.py Outdated Show resolved Hide resolved
Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

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

lgtm

@rhshadrach
Copy link
Member

@MainHanzo - pre-commit is failing with black. If you aren't familiar with pre-commit, see here:

https://pandas.pydata.org/pandas-docs/stable/development/contributing_codebase.html#pre-commit

@MainHanzo
Copy link
Contributor Author

@rhshadrach it’s all right now

@mroeschke mroeschke added this to the 2.2 milestone Dec 12, 2023
@mroeschke mroeschke merged commit 2a02b00 into pandas-dev:main Dec 12, 2023
44 checks passed
@mroeschke
Copy link
Member

Thanks @MainHanzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: pd.Series.nlargest(keep='all') does not ignore duplicates when counting the largest values
3 participants