recarray.view()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.view(dtype=None, type=None) New view of array with the same data.

2025-01-10 15:47:30
recarray.cumsum()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.cumsum(axis=None, dtype=None, out=None) Return the cumulative sum of the elements along the given axis. Refer

2025-01-10 15:47:30
recarray.sum()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.

2025-01-10 15:47:30
recarray.resize()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.

2025-01-10 15:47:30
recarray.real
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.real The real part of the array. See also

2025-01-10 15:47:30
recarray.choose()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.choose(choices, out=None, mode='raise') Use an index array to construct a new array from a set of choices.

2025-01-10 15:47:30
recarray.ctypes
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.ctypes An object to simplify the interaction of the array with the ctypes module. This attribute creates

2025-01-10 15:47:30
recarray.astype()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.astype(dtype, order='K', casting='unsafe', subok=True, copy=True) Copy of the array, cast to a specified type

2025-01-10 15:47:30
recarray.imag
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.imag The imaginary part of the array. Examples

2025-01-10 15:47:30
recarray.sort()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.sort(axis=-1, kind='quicksort', order=None) Sort an array, in-place.

2025-01-10 15:47:30