numpy.char.str_len¶
-
numpy.char.str_len(a)¶ Return len(a) element-wise.
- Parameters
- aarray_like of
stror unicode
- aarray_like of
- Returns
- out
ndarray Output array of integers
- out
See also
builtins.len
numpy.char.str_len(a)¶Return len(a) element-wise.
str or unicodendarrayOutput array of integers
See also
builtins.len