-
Series.str.rstrip(to_strip=None)
[source] -
Strip whitespace (including newlines) from each string in the Series/Index from right side. Equivalent to
str.rstrip()
.Returns: stripped : Series/Index of objects
Series.str.rstrip()
2017-01-12 04:55:03
Please login to continue.