-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: join on column with index #49360
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
Closed
debnathshoham
wants to merge
35
commits into
pandas-dev:main
from
debnathshoham:gh28243_bug_join_leftindex_righton
Closed
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4bf58bd
initial commit
debnathshoham f4f84f4
Merge branch 'main' of https://github.com/pandas-dev/pandas into gh28…
debnathshoham 00e87ba
test tweak
debnathshoham a0f6d76
lots of change in test_merge.TestMerge.test_merge_left_empty_right_no…
debnathshoham e89cacb
multiple tests changed in test_merge.py
debnathshoham 35a4b5d
precommit changes
debnathshoham 20add1c
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham a324be7
Merge branch 'main' of https://github.com/pandas-dev/pandas into gh28…
debnathshoham eeae11b
tweaked test_join.py
debnathshoham f824d73
unsure changes in test_merge_asof.py
debnathshoham d95515c
precommit changes
debnathshoham a8c78a0
Merge remote-tracking branch 'origin/gh28243_bug_join_leftindex_right…
debnathshoham 751e882
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham 4110e2b
Merge branch 'main' of https://github.com/pandas-dev/pandas into gh28…
debnathshoham 66dfff4
test_merge_index_as_string.py tweaks
debnathshoham c3e5fd2
precommit clean
debnathshoham 86fc699
Merge branch 'main' of https://github.com/pandas-dev/pandas into gh28…
debnathshoham 6f6021d
Merge remote-tracking branch 'origin/gh28243_bug_join_leftindex_right…
debnathshoham f18b2d2
updated asof join_index
debnathshoham 15f3c9f
added another test and issue
debnathshoham a9760ff
cleanup precommit
debnathshoham f096c0c
test cleanup
debnathshoham aa8ac6d
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham b1b2ac7
Update test_merge_asof.py
debnathshoham f37d3b4
cosmetic undo
debnathshoham 1cfa627
undo unnecessary cast from tests
debnathshoham 8dcb0bc
Merge remote-tracking branch 'origin/gh28243_bug_join_leftindex_right…
debnathshoham a9b8412
cosmetic change
debnathshoham 95741d7
updated whatsnew
debnathshoham ca1e1ed
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham ced3c5b
whatsnew to 2.0.0
debnathshoham 76b9310
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham 1c83099
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham 9c28ecf
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham 81ace15
Merge branch 'main' into gh28243_bug_join_leftindex_righton
debnathshoham 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
Next
Next commit
initial commit
- Loading branch information
commit 4bf58bde669b2d27ff9265d48c13dce747f7fe99
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be misreading this but what is the point of this loop? Only ever continues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would hit continue, only when it's merging on a col and an index and index already contains correct values