Class: Polars::CatExpr
- Inherits:
-
Object
- Object
- Polars::CatExpr
- Defined in:
- lib/polars/cat_expr.rb
Overview
Namespace for categorical related expressions.
Instance Method Summary collapse
-
#set_ordering(ordering) ⇒ Expr
Determine how this categorical series should be sorted.
Instance Method Details
#set_ordering(ordering) ⇒ Expr
Determine how this categorical series should be sorted.
48 49 50 |
# File 'lib/polars/cat_expr.rb', line 48 def set_ordering(ordering) Utils.wrap_expr(_rbexpr.cat_set_ordering(ordering)) end |