mars.dataframe.Series.str.encode# Series.str.encode(encoding, errors='strict')# 使用指定编码对 Series/Index 中的字符字符串进行编码。 相当于 str.encode()。 Parameters 编码 (str) – 错误 (字符串, 可选) – Returns 编码 Return type 对象的系列/索引