-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Insertion Point #6830
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
Comments
You can do
|
There's something strange that happens when you call the toplevel numpy version. I think @jreback answered an SO question about this recently.
I think the Series([10] * s.size) gets called. |
I wonder if wrapping this might be useful. Seems simple enough. @cancan101 Care to do a PR? |
see #6712 |
right then, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there something like this: http://docs.oracle.com/javase/7/docs/api/java/util/Arrays.html#binarySearch(float[], float) in Pandas that returns the insertion point (index) for a given value in a given Series?
The text was updated successfully, but these errors were encountered: