Method: Polars::Expr#cat
- Defined in:
- lib/polars/expr.rb
permalink #cat ⇒ CatExpr
Create an object namespace of all categorical related methods.
7254 7255 7256 |
# File 'lib/polars/expr.rb', line 7254 def cat CatExpr.new(self) end |