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