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 of objects
-
© 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.24.2/reference/api/pandas.Series.str.decode.html