numpy.char.encode(a, encoding=None, errors=None)
Calls str.encode
element-wise.
The set of available codecs comes from the Python standard library, and may be extended at runtime. For more information, see the codecs module.
Parameters: |
|
---|---|
Returns: |
|
See also
The type of the result will depend on the encoding specified.
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.char.encode.html