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.
50 51 52 |
# File 'lib/polars/cat_name_space.rb', line 50 def set_ordering(ordering) super end |