polars.internals.series.StringNameSpace.split¶
- StringNameSpace.split(by: str, inclusive: bool = False) polars.internals.series.Series ¶
Split the string by a substring. The return type will by of type List<Utf8>
- Parameters
- by
substring
- inclusive
Include the split character/string in the results