-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add ability to merge using multiple columns in JOIN condition #5838
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
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c527c21
fix #5767 issue with DataFrame Merge method
a38fdf5
Merge pull request #1 from dotnet/main
e5f5eeb
Merge pull request #2 from dotnet/main
0580710
#5820 Extend DataFrame GroupBy operations
f7658b2
#5820 fix code review findings
dc8daf0
Avoid code duplication in Merge DataFrame method (#5657)
b36fbee
Merge pull request #4 from dotnet/main
a4735ce
Add non generic DataFrame Merge method (#5657)
7893bfd
Add support for multi columns join in DataFrame (#5657)
28fcda3
Fix failing tests for inner, left and right joins with nulls
5da5a37
#5657 fix DataFrame outer join failing tests
040f6bb
rebase to the latest main
c1b7969
Avoid code duplication in Merge DataFrame method (#5657)
bd22036
Add non generic DataFrame Merge method (#5657)
d2d5f36
Add support for multi columns join in DataFrame (#5657)
0494f7c
Fix failing tests for inner, left and right joins with nulls
976351c
#5657 fix DataFrame outer join failing tests
b5bff6c
#5657 fix merge issues
cbd02dc
Merge branch 'feature/5657_dataframe_merge_multiple_columns' of https…
1940f3a
Minor changes #5657
4232fee
Add self explanatory exception text (#5657)
33a99c3
Add Asserts to new unit tests (#5657)
12a5833
Minor changes (#5657)
22fc3e2
Fix right merge by 3-columns test fails
989711b
Merge pull request #5 from asmirnov82/feature/5657_dataframe_merge_mu…
2f22cd7
fixed typos (#5657)
3396554
Merge pull request #6 from dotnet/main
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.