numpy.char.split(a, sep=None, maxsplit=None)
For each element in a
, return a list of the words in the string, using sep
as the delimiter string.
Calls str.split
element-wise.
Parameters: |
|
---|---|
Returns: |
|
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.split.html