mars.dataframe.Series.str.decode#

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

使用指定编码解码Series/Index中的字符字符串。

相当于 str.decode() 在 python2 和 bytes.decode() 在 python3.

Parameters
Return type

系列索引