pandas.Series.str.decode
-
Series.str.decode(encoding, errors='strict')[source] -
Декодирование строковых символов в Series/Index с использованием указанного кодирования. Эквивалентно
str.decode()в python2 иbytes.decode()в python3.Параметры: encoding : str
errors : str, optional
Возвращает: 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.21.1/generated/pandas.Series.str.decode.html