-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: Issues with DatetimeTZ values in where and combine_first (#21469 + #21546) #21660
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 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
ac2f836
Minimal modifications that pass new tests and fix #21469 + #21546.
Liam3851 770a22e
Remove unused import.
Liam3851 04a0538
Remove explicit DatetimeTZBlock check.
Liam3851 6e6c619
Update test_coercion; xfailing case now fixed.
Liam3851 8c022d9
Remove orphaned private _where_compat method.
Liam3851 96a59f6
Remove newly-unused import
Liam3851 deda82c
Merge remote-tracking branch 'upstream/master' into where_tz
Liam3851 71a4fd4
Remove no-longer-relevant comment and no-op code line.
Liam3851 7c14643
Clean up unit tests.
Liam3851 3d072c5
Fix unneeded imports.
Liam3851 f812e78
Add whatsnew.
Liam3851 f177ec5
Merge remote-tracking branch 'upstream/master' into where_tz
Liam3851 09fe18f
Merge branch 'master' into PR_TOOL_MERGE_PR_21660
jreback c97b951
doc
jreback 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
Remove orphaned private _where_compat method.
- Loading branch information
commit 8c022d96e1a7f8308b246c2b8159cdb51b66c79f
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
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.
nice!