On this page
numpy.char.encode
numpy.char.encode(a, encoding=None, errors=None)-
Calls
str.encodeelement-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
-
aarray_like of str or unicodeencodingstr, optional-
The name of an encoding
errorsstr, optional-
Specifies how to handle encoding errors
- Returns
-
outndarray
See also
Notes
The type of the result will depend on the encoding specified.
© 2005–2020 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.18/reference/generated/numpy.char.encode.html