Method: Polars::Expr#arg_unique
- Defined in:
- lib/polars/expr.rb
permalink #arg_unique ⇒ Expr
Get index of first unique value.
2253 2254 2255 |
# File 'lib/polars/expr.rb', line 2253 def arg_unique _from_rbexpr(_rbexpr.arg_unique) end |