ndarray.argsort()
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to

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

ndarray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to

2025-01-10 15:47:30
numpy.mintypecode()
  • References/Python/NumPy/Routines/Data type routines

numpy.mintypecode(typechars, typeset='GDFgdf', default='d')

2025-01-10 15:47:30
numpy.core.records.fromfile()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.fromfile(fd, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False, byteorder=None)

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

generic.real real part of scalar

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

numpy.core.defchararray.count(a, sub, start=0, end=None)

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

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

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

matrix.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent

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

recarray.flatten(order='C') Return a copy of the array collapsed into one dimension.

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

recarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include

2025-01-10 15:47:30