-
Series.str.endswith(pat, na=nan)
[source] -
Return boolean Series indicating whether each string in the Series/Index ends with passed pattern. Equivalent to
str.endswith()
.Parameters: pat : string
Character sequence
na : bool, default NaN
Returns: endswith : Series/array of boolean values
Series.str.endswith()
2017-01-12 04:54:50
Please login to continue.