pandas.Series.str.slice¶
Slice substrings from each element in the Series or Index.
- param start
- int, optional
Start position for slice operation.
- param stop
- int, optional
Stop position for slice operation.
- param step
- int, optional
Step size for slice operation.
- return
Series or Index of object Series or Index from sliced substring from original string object.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler