Method: Polars::Expr#cat

Defined in:
lib/polars/expr.rb

#catCatExpr

Create an object namespace of all categorical related methods.

Returns:

[View source]

7254
7255
7256
# File 'lib/polars/expr.rb', line 7254

def cat
  CatExpr.new(self)
end