numpy.split()

numpy.split(ary, indices_or_sections, axis=0) [source] Split an array into multiple sub-arrays. Parameters: ary : ndarray Array to be divided into sub-arrays. indices_or_sections : int or 1-D array If indices_or_sections is an integer, N, the array will be divided into N equal arrays along axis. If such a split is not possible, an error is raised. If indices_or_sections is a 1-D array of sorted integers, the entries indicate where along axis the array is split. For example, [2, 3] would

ndarray.__idiv__

ndarray.__idiv__ x.__idiv__(y) <==> x/=y

MaskedArray.mask

MaskedArray.mask Mask

masked_array.mask

masked_array.mask Mask

record.searchsorted()

record.searchsorted() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses, albeit unimplemented, all the attributes of the ndarray class so as to provide a uniform API. See also The

ndarray.__le__

ndarray.__le__ x.__le__(y) <==> x<=y

MaskedArray.dumps()

MaskedArray.dumps() Returns the pickle of the array as a string. pickle.loads or numpy.loads will convert the string back to an array. Parameters: None

Chebyshev.roots()

Chebyshev.roots() [source] Return the roots of the series polynomial. Compute the roots for the series. Note that the accuracy of the roots decrease the further outside the domain they lie. Returns: roots : ndarray Array containing the roots of the series.

record.sum()

record.sum() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses, albeit unimplemented, all the attributes of the ndarray class so as to provide a uniform API. See also The

busdaycalendar.weekmask

busdaycalendar.weekmask A copy of the seven-element boolean mask indicating valid days.