目录

搜索

输入搜索字词或模块,类或函数名称。

pandas.Series.str.decode

Series.str.decode(encoding, errors='strict')[source]

使用指定的编码对Series / Index中的字符串进行解码。等同于python2中的str.decode()和python3中的bytes.decode()

参数:

encoding:str

错误:str,可选

返回:

解码:系列/对象索引

Scroll To Top