Method: Polars::StringNameSpace#ends_with
- Defined in:
- lib/polars/string_name_space.rb
#ends_with(suffix) ⇒ Series
Check if string values end with a substring.
385 386 387 |
# File 'lib/polars/string_name_space.rb', line 385 def ends_with(suffix) super end |