This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
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 : | a : array_like of str or unicode encoding : str, optional
errors : str, optional
|
---|---|
Returns : | out : ndarray |
See also
Notes
The type of the result will depend on the encoding specified.