pandas.Series.str.decode#

Series.str.decode(encoding, errors='strict')[源代码]#

使用指定的编码对序列/索引中的字符串进行解码。

相当于 str.decode() 在 Python 2和 bytes.decode() 在 Python 3中。

参数
encoding应力
errors字符串,可选
退货
系列或指数