ENH: define searchsorted on a Series #6712
Labels
Algos
Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff
API Design
Enhancement
Milestone
http://stackoverflow.com/questions/22669208/attributeerror-series-object-has-no-attribute-searchsorted-pandas
essentially a pass thru to
np.searchsorted
datetime64[ns]
(e.g. coerce input to/fro)is_monotonic
on the index), other pass thesorter
argument)The text was updated successfully, but these errors were encountered: