pandas.Series.str.decode¶
- Series.str.decode(encoding, errors='strict')¶
Decode character string in the Series/Index to unicode using indicated encoding. Equivalent to str.decode().
Parameters: encoding : string
errors : string
Returns: decoded : Series/Index of objects