ndim#
- named_arrays.ndim(a)#
Compute the number of dimensions of the argument.
- Parameters:
a (AbstractArray) – An array-like object
- Return type:
See also
numpy.ndim()Corresponding
numpyfunction.
Compute the number of dimensions of the argument.
a (AbstractArray) – An array-like object
See also
numpy.ndim()Corresponding numpy function.