ndarray.flags
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.flags Information about the memory layout of the array. Notes The

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__setitem__(indx, value)

2025-01-10 15:47:30
ndarray.byteswap()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.byteswap(inplace) Swap the bytes of the array elements Toggle between low-endian and big-endian data representation

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
recarray.clip()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max

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

recarray.transpose(*axes) Returns a view of the array with axes transposed. For a 1-D array, this has no effect

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__rtruediv__(other)

2025-01-10 15:47:30
generic.tostring()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

generic.tostring() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from

2025-01-10 15:47:30
dtype.kind
  • References/Python/NumPy/Array objects/Data type objects

dtype.kind A character code (one of ?biufcmMOSUV?) identifying the general kind of data.

2025-01-10 15:47:30
ndarray.real
  • References/Python/NumPy/Array objects/The N-dimensional array

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

2025-01-10 15:47:30