-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Add np.uintc to _factorizers in merge.py to fix KeyError when merging DataFrames with uintc columns #58727
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
Closed
Changes from 19 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
1774489
Add np.uintc to _factorizers in merge.py to fix KeyError when merging…
Tirthchoksi22 5372107
add np.uintc to _factorizers in merge.py
Tirthchoksi22 3d75d94
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0f79322
changes according to review
Tirthchoksi22 2c18b6b
Merge branch 'main' of https://github.com/Tirthchoksi22/pandas
Tirthchoksi22 1373e05
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 16adf4b
final commit
Tirthchoksi22 523efa4
final commit
Tirthchoksi22 f3de1f9
Merge branch 'main' into main
Tirthchoksi22 67297bd
doc commit
Tirthchoksi22 61ff0e2
Merge branch 'main' of https://github.com/Tirthchoksi22/pandas
Tirthchoksi22 c05255a
final commit
Tirthchoksi22 87cb28d
Merge branch 'main' into main
Tirthchoksi22 2adb5fc
final
Tirthchoksi22 88a1618
final
Tirthchoksi22 90e0b93
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1b9e3d0
indentation change
Tirthchoksi22 4da0b86
indentation error solved
Tirthchoksi22 95bca2c
error solved
Tirthchoksi22 a37151e
Update pandas/core/reshape/merge.py
Tirthchoksi22 c5a3ccc
update
Tirthchoksi22 402c33c
Merge branch 'main' of https://github.com/Tirthchoksi22/pandas
Tirthchoksi22 7438297
update as said
Tirthchoksi22 9105c97
upadte
Tirthchoksi22 e3b76a1
Merge branch 'main' into main
Tirthchoksi22 8506f78
update
Tirthchoksi22 621c8d1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 50fe143
Merge branch 'main' of https://github.com/Tirthchoksi22/pandas
Tirthchoksi22 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
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.
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.
can you format like the notes around it.
start with "Bug in ...", keep the description short (one line) but be specific (mention "Windows"), and end with
(:issue:`58713`)
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.
ok done