Skip to content
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

ENH: define searchsorted on a Series #6712

Closed
jreback opened this issue Mar 26, 2014 · 2 comments · Fixed by #7447
Closed

ENH: define searchsorted on a Series #6712

jreback opened this issue Mar 26, 2014 · 2 comments · Fixed by #7447
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Mar 26, 2014

http://stackoverflow.com/questions/22669208/attributeerror-series-object-has-no-attribute-searchsorted-pandas

essentially a pass thru to np.searchsorted

  • should return the index (rather than indices)
  • can better handle datetime64[ns] (e.g. coerce input to/fro)
  • could check if sorted internally (e.g. is_monotonic on the index), other pass the sorter argument)
@jreback jreback added this to the 0.14.0 milestone Mar 26, 2014
@jreback jreback modified the milestones: 0.14.1, 0.14.0 Apr 28, 2014
@cpcloud cpcloud self-assigned this Jun 13, 2014
@cpcloud cpcloud modified the milestones: 0.15.0, 0.14.1 Jul 2, 2014
@jreback jreback modified the milestones: 0.15.0, 0.15.1 Jul 6, 2014
@jreback
Copy link
Contributor Author

jreback commented Sep 17, 2014

@cpcloud ?

@jreback
Copy link
Contributor Author

jreback commented Oct 2, 2014

@cpcloud harassing you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants