Method: Polars::StringNameSpace#starts_with
- Defined in:
- lib/polars/string_name_space.rb
#starts_with(prefix) ⇒ Series
Check if string values start with a substring.
407 408 409 |
# File 'lib/polars/string_name_space.rb', line 407 def starts_with(prefix) super end |