mars.dataframe.Series.str.encode#

Series.str.encode(encoding, errors='strict')#

使用指定编码对 Series/Index 中的字符字符串进行编码。

相当于 str.encode()

Parameters
Returns

编码

Return type

对象的系列/索引