Function polars::prelude::arg_sort_by

source ·
pub fn arg_sort_by<E>(by: E, sort_options: SortMultipleOptions) -> Expr
where E: AsRef<[Expr]>,
Available on crate features lazy and range only.
Expand description

Find the indexes that would sort these series in order of appearance. That means that the first Series will be used to determine the ordering until duplicates are found. Once duplicates are found, the next Series will be used and so on.