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:The name of an encoding
Specifies how to handle encoding errors
See also
Notes
The type of the result will depend on the encoding specified.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4