-
Notifications
You must be signed in to change notification settings - Fork 908
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
Fix loc behaviour when key of incorrect type is used #6993
Conversation
…ix-loc-wrong-type
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #6993 +/- ##
===============================================
+ Coverage 82.01% 82.03% +0.02%
===============================================
Files 96 96
Lines 16338 16358 +20
===============================================
+ Hits 13400 13420 +20
Misses 2938 2938
Continue to review full report at Codecov.
|
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.
LGTM
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.
Test case qst, otherwise lgtm!
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.
lgtm!
Series.__getitem__
causes uninformative Numba exception #6823KeyError
similar to Pandas rather than anIndexError
when loc fails