Method: Polars::StringNameSpace#to_lowercase
- Defined in:
- lib/polars/string_name_space.rb
#to_lowercase ⇒ Series
Modify the strings to their lowercase equivalent.
820 821 822 |
# File 'lib/polars/string_name_space.rb', line 820 def to_lowercase super end |