pandas.Series.str.decode
-
Series.str.decode(encoding, errors='strict') -
Декодирование символьной строки в Series/Index с указанной кодировкой. Эквивалентно
str.decode()в python2 иbytes.decode()в python3.Параметры: encoding : str
errors : str, необязательно
Возвращает: decoded : Series/Index объектов
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.18.1/generated/pandas.Series.str.decode.html