Method: Polars::Expr#str
- Defined in:
- lib/polars/expr.rb
permalink #str ⇒ StringExpr
Create an object namespace of all string related methods.
7282 7283 7284 |
# File 'lib/polars/expr.rb', line 7282 def str StringExpr.new(self) end |