-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: get_indexer_non_unique with np.datetime64("NaT") and np.timedelta64("NaT") #43870
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 14 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
09183e8
CLN: removing x and replacing with starget
alexhlim 42070ec
Merge branch 'master' into nui-fixes
alexhlim c6bbdc1
Merge branch 'master' into nui-fixes
alexhlim 62d5335
TST: adding NaT non unique tests
alexhlim 8271d58
BUG: check np.datetime64('NaT') and np.timedelta64('NaT') in get_inde…
alexhlim da2dc44
DOC: adding whatsnew
alexhlim 801d8da
CLN: putting parens around each condition
alexhlim 00e0f68
CLN: refactor with is_dt64nat and istd64nat
alexhlim da54caa
TST: separate tests + use np nat fixtures
alexhlim 566e096
CLN: short circuit np nat check for object dtype
alexhlim d20027d
CLN: reverting starget change for another PR
alexhlim 299a45a
CLN: fixing docstring
alexhlim 8878edf
CLN: fixing np_nat_fixture2 comment
alexhlim c4acbda
CLN: forgot to undo this line for stargets
alexhlim 5c94e8b
DOC: TODO for np nats
alexhlim af33f5f
DOC: adding comments
alexhlim 1490968
TST: ensure numpy doesn't downcast nats
alexhlim a5db551
Merge branch 'master' into nui-dt64nat-td64nat
alexhlim 77216f7
CLN: reverting back to original is_matching_na check + adding time un…
alexhlim 6b4179e
TST: updating np_nat_objects fixtures with date units
alexhlim 94e7add
CLN: consoldiating all object na checks into one
alexhlim da4300c
Merge branch 'master' into nui-dt64nat-td64nat
alexhlim 0d1e260
CLN: fixing typo in comment + check match target
alexhlim 802c261
CLN: condensing np_nat_objects fixture
alexhlim 14e0868
CLN: fixing comment typos
alexhlim 14e5c0d
TST: added matching-but-not-identical for Decimal(NaN)
alexhlim 54aa23d
TST: edge case with np.nan before float(NaN) while searching for np.nan
alexhlim 551c0b1
Merge branch 'master' into nui-dt64nat-td64nat
alexhlim 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
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.
Uh oh!
There was an error while loading. Please reload this page.