-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Replaced ValueError exception with TypeError exception in df.where() function #56495
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 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1582840
Replaced ValueError exception with TypeError exception in df.where() …
DarthKitten2130 395b1c5
Updated test_where.py to account for updated exceptions.
DarthKitten2130 c071193
Update test_indexing.py to account for modified exceptions
DarthKitten2130 7d9af8c
Update test_where.py for series
DarthKitten2130 7c459dc
Merge branch 'main' into 56330
DarthKitten2130 06ff5c8
Added bug fix to v2.2.0.rst
DarthKitten2130 b7fca65
Updated v2.2.0.rst
DarthKitten2130 1061779
Merge branch 'main' into 56330
DarthKitten2130 2e0f28e
Updated v2.2.0.rst
DarthKitten2130 f1f12d5
Updated v2.2.0.rst
DarthKitten2130 7dcb852
Updated v2.2.0.rst
DarthKitten2130 79e13c4
Updated v2.2.0.rst
DarthKitten2130 67f3945
resolved merge conflict
DarthKitten2130 2aa6ae6
hi
DarthKitten2130 cc35698
resolved conflicts again
DarthKitten2130 c4ef073
Updated v2.2.0.rst
DarthKitten2130 005e41c
Updated v2.2.0.rst
DarthKitten2130 a53832c
Merge branch 'main' into 56330
DarthKitten2130 05dc2df
Merge branch 'main' into 56330
DarthKitten2130 3bd0619
removed change from 2.20
DarthKitten2130 36091e5
Merge branch 'pandas-dev:main' into 56330
DarthKitten2130 592b1d7
Update v2.3.0.rst
DarthKitten2130 86c8561
Update doc/source/whatsnew/v2.3.0.rst
DarthKitten2130 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
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.
Could you move this to
v3.0.0.rst
?