numpy.core.defchararray.chararray.searchsorted — NumPy v1.15 Manual (original) (raw)
- Scipy.org
- Docs
- NumPy v1.15 Manual
- NumPy Reference
- Routines
- String operations
- numpy.core.defchararray.chararray
- index
- next
- previous
chararray. searchsorted(v, side='left', sorter=None)¶
Find indices where elements of v should be inserted in a to maintain order.
For full documentation, see numpy.searchsorted
See also
equivalent function
Previous topic
numpy.core.defchararray.chararray.rstrip
Next topic
numpy.core.defchararray.chararray.setfield