Class: Polars::CatNameSpace
- Inherits:
-
Object
- Object
- Polars::CatNameSpace
- Defined in:
- lib/polars/cat_name_space.rb
Overview
Series.cat namespace.
Instance Method Summary collapse
-
#set_ordering(ordering) ⇒ Series
Determine how this categorical series should be sorted.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Polars::ExprDispatch
Instance Method Details
#set_ordering(ordering) ⇒ Series
Determine how this categorical series should be sorted.
46 47 48 |
# File 'lib/polars/cat_name_space.rb', line 46 def set_ordering(ordering) super end |