pandas.Series.str.lstrip¶
- Series.str.lstrip(to_strip=None)¶
Strip whitespace (including newlines) from each string in the Series/Index from left side. Equivalent to str.lstrip().
Returns: stripped : Series/Index of objects
Strip whitespace (including newlines) from each string in the Series/Index from left side. Equivalent to str.lstrip().
Returns: | stripped : Series/Index of objects |
---|