Method: Polars::StringExpr#to_uppercase
- Defined in:
- lib/polars/string_expr.rb
#to_uppercase ⇒ Expr
Transform to uppercase variant.
473 474 475 |
# File 'lib/polars/string_expr.rb', line 473 def to_uppercase Utils.wrap_expr(_rbexpr.str_to_uppercase) end |