Skip to content

Conversation

thwait
Copy link
Contributor

@thwait thwait commented Aug 1, 2025

The goal of this change is to add an explicit example for how to perform a multi-column join. While the existing Comparison with SQL documentation does mention that merge supports multiple columns, it is easy to miss and likely requires more research from the user to implement.

The reason the new examples are placed inside the INNER JOIN section is to continue on from the previous existing "merge() also offers..." example, and are intended to read as notes about functionality, which can apply to subsequent JOIN types.

Copy link
Contributor

github-actions bot commented Sep 1, 2025

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 Sep 1, 2025
@mroeschke mroeschke added this to the 3.0 milestone Oct 5, 2025
@mroeschke mroeschke added Docs and removed Stale labels Oct 5, 2025
@mroeschke mroeschke merged commit 006e6a6 into pandas-dev:main Oct 5, 2025
10 checks passed
@mroeschke
Copy link
Member

Thanks @thwait

jzwick pushed a commit to jzwick/pandas that referenced this pull request Oct 8, 2025
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: SQL-style join conditions

2 participants