Skip to content

DOC: Improve documented types for merge #48985

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 2 commits into from
Dec 6, 2022

Conversation

bashtage
Copy link
Contributor

@bashtage bashtage commented Oct 7, 2022

Correct list of supported types in docs
Remove block creating incorrect docs in merge

Correct list of supported types in docs
Remove block creating incorrect docs in merge
@bashtage
Copy link
Contributor Author

bashtage commented Oct 7, 2022

xref pandas-dev/pandas-stubs#355

@mroeschke mroeschke added Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Oct 7, 2022
@@ -220,10 +216,10 @@ def merge_ordered(
left_on docs.
left_by : column name or list of column names
Group left DataFrame by group columns and merge piece by piece with
right DataFrame.
right DataFrame. Must be None if either left or right are a Series.
Copy link
Member

Choose a reason for hiding this comment

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

I didn't immediately find tests raising if this was the case. Mind adding a unit test to confirm this behavior?

@github-actions
Copy link
Contributor

This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this.

@github-actions github-actions bot added the Stale label Nov 14, 2022
@mroeschke mroeschke added this to the 2.0 milestone Dec 6, 2022
@mroeschke mroeschke merged commit 1fd894d into pandas-dev:main Dec 6, 2022
@mroeschke
Copy link
Member

Thanks @bashtage if you could follow up with the unit test that would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants