chararray.nonzero()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.nonzero() Return the indices of the elements that are non-zero. Refer to

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

recarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements

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

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

2025-01-10 15:47:30
dtype.str
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.str The array-protocol typestring of this data-type object.

2025-01-10 15:47:30
chararray.islower()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.islower()

2025-01-10 15:47:30
numpy.insert()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.insert(arr, obj, values, axis=None)

2025-01-10 15:47:30
numpy.broadcast
  • References/Python/NumPy/Routines/Array manipulation routines

class numpy.broadcast

2025-01-10 15:47:30
numpy.ma.atleast_3d()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.atleast_3d(*arys) = View inputs as arrays with at least three dimensions.

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

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

2025-01-10 15:47:30
numpy.copyto()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.copyto(dst, src, casting='same_kind', where=None) Copies values from one array to another, broadcasting as necessary.

2025-01-10 15:47:30