np_ndim
Need to know the dimensionality of an array? Returns the number of dimensions (axes) as an integer.
Instructions
Return the number of dimensions of an array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |