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
-
#get_categories ⇒ Expr
Get the categories stored in this data type.
Instance Method Details
#get_categories ⇒ Expr
Get the categories stored in this data type.
32 33 34 |
# File 'lib/polars/cat_expr.rb', line 32 def get_categories Utils.wrap_expr(_rbexpr.cat_get_categories) end |