pandas.Series.str.encode

Encode character string in the Series/Index using indicated encoding. Equivalent to str.encode().

param encoding

str

param errors

str, optional

return

encoded : Series/Index of objects

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler