pandas.Series.str.decode¶
Decode character string in the Series/Index using indicated encoding.
Equivalent to str.decode() in python2 and bytes.decode() in
python3.
- param encoding
str
- param errors
str, optional
- return
Series or Index
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler