recarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.
recarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max
recarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to
recarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements
recarray.setfield(val, dtype, offset=0) Put a value into a specified place in a field defined by a data-type. Place
recarray.base Base object if memory is from some other object. Examples The base of an
recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect
recarray.var(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the variance of the array elements, along given
recarray.fill(value) Fill the array with a scalar value.
recarray.cumprod(axis=None, dtype=None, out=None) Return the cumulative product of the elements along the given axis.
Page 4 of 8