Back to Numerical Arrays (NumPy)
np.arrayStr
Return a string representation of an array (no dtype).
Syntax
np.arrayStr(arr, options?)
Description
Return a string representation of an array (no dtype).
Parameters
| Name | Description |
|---|---|
| arr | - Array to represent |
| options(optional) | - Override print options |
Returns
string