recarray.argpartition(kth, axis=-1, kind='introselect', order=None) Returns the indices that would partition this
In addition to the
ndarray.sum(axis=None, dtype=None, out=None, keepdims=False) Return the sum of the array elements over the given axis.
generic.itemsize length of one element in bytes
ndarray.getfield(dtype, offset=0) Returns a field of the given array as a certain type. A field is a view of the
ndarray.__getitem__ x.__getitem__(y) <==> x[y]
MaskedArray.__divmod__(y) <==> divmod(x, y)
recarray.squeeze(axis=None) Remove single-dimensional entries from the shape of a. Refer to
record.resize() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and
generic.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars
Page 7 of 56