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