Enter search terms or a module, class or function name.
Series.str.
endswith
Return boolean Series indicating whether each string in the Series/Index ends with passed pattern. Equivalent to str.endswith().
str.endswith()
pat : string
Character sequence
na : bool, default NaN
endswith : Series/array of boolean values