- numpy.ndarray.sort — NumPy v2.2.dev0 Manual🔍
- numpy.argwhere — NumPy v2.1 Manual🔍
- numpy.record.sort — NumPy v2.1 Manual🔍
- numpy.sort_complex — NumPy v2.1 Manual🔍
- numpy.all — NumPy v2.1 Manual🔍
- numpy.argsort — NumPy v2.2.dev0 Manual🔍
- numpy.recarray.sort — NumPy v2.2.dev0 Manual🔍
- numpy.ndarray.searchsorted — NumPy v1.25 Manual🔍
numpy.searchsorted — NumPy v2.1 Manual
numpy.ndarray.sort — NumPy v2.2.dev0 Manual
axisint, optional. Axis along which to sort. Default is -1, which means sort along the last axis. kind{'quicksort' ...
numpy.argwhere — NumPy v2.1 Manual
Find the indices of array elements that are non-zero, grouped by element. Parameters: aarray_like. Input data. Returns:.
numpy.record.sort — NumPy v2.1 Manual
numpy.record.sort# ... Scalar method identical to the corresponding array attribute. Please see ndarray.sort . ... Created using Sphinx 7.2.6. Built with the PyData ...
...n >= 1. The axis keyword specifies the axis of the array over which the reduction will take place (with negative values counting backwards). Generally, it is ...
...numpy.char.chararray.find method char.chararray.find(sub, start=0, end=None)[source] For each element, return the lowest index in the strin...
numpy.sort_complex — NumPy v2.1 Manual
Sort a complex array using the real part first, then the imaginary part. a array_like out complex ndarray
Test whether all array elements along a given axis evaluate to True. Parameters: aarray_like. Input array or object that can be converted to an array.
numpy.argsort — NumPy v2.2.dev0 Manual
Axis along which to sort. The default is -1 (the last axis). If None, the flattened array is used. kind{'quicksort', ' ...
numpy.recarray.sort — NumPy v2.2.dev0 Manual
axisint, optional. Axis along which to sort. Default is -1, which means sort along the last axis. kind{'quicksort' ...
numpy.ndarray.searchsorted — NumPy v1.25 Manual
numpy.ndarray.searchsorted# ... Find indices where elements of v should be inserted in a to maintain order. ... Created using Sphinx 6.2.1. Built with the PyData ...
numpy.lexsort — NumPy v2.2.dev0 Manual
numpy.lexsort#. numpy.lexsort(keys, axis=-1)#. Perform an indirect stable sort using a sequence of keys. Given multiple sorting keys, lexsort returns an ...
numpy.argmax — NumPy v2.1 Manual
Returns the indices of the maximum values along an axis. Parameters: aarray_like. Input array. axisint, optional. By ...
numpy.record.searchsorted — NumPy v1.25 Manual
Scalar method identical to the corresponding array attribute. Please see ndarray.searchsorted . ... Created using Sphinx 6.2.1. Built with the PyData Sphinx Theme ...
numpy.ndarray.argsort — NumPy v2.1 Manual
numpy.ndarray.argsort#. method. ndarray.argsort(axis=-1, kind=None, order=None)#. Returns the indices that would sort this array. Refer to numpy.argsort for ...
numpy.chararray.searchsorted — NumPy v1.26 Manual
numpy.chararray.searchsorted#. method. chararray.searchsorted(v, side='left', sorter=None)#. Find indices where elements of v should be inserted in a to ...
NumPy reference — NumPy v1.26 Manual
This reference manual details functions, modules, and objects included in NumPy, describing what they are and what they do.
numpy.histogram — NumPy v2.1 Manual
Return the bin edges (length(hist)+1) . See also. histogramdd , bincount , searchsorted , digitize , histogram_bin_edges. Notes. All but the last (righthand ...
NumPy documentation — NumPy v2.0 Manual
NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived ...
numpy.ndarray.searchsorted — NumPy v1.19 Manual
numpy.ndarray.searchsorted¶. method. ndarray. searchsorted (v, side='left', sorter=None)¶. Find indices where elements of v should be ...
numpy.memmap.searchsorted — NumPy v2.0 Manual
numpy.memmap.searchsorted#. method. memmap.searchsorted(v, side='left', sorter=None)#. Find indices where elements of v should be inserted in a to maintain ...