pub fn float_arg_max_sorted_descending<T>(ca: &ChunkedArray<T>) -> usizewhere
T: PolarsNumericType,
Expand description
ยงSafety
ca
has a float dtype, has at least 1 non-null value and is sorted descending
pub fn float_arg_max_sorted_descending<T>(ca: &ChunkedArray<T>) -> usizewhere
T: PolarsNumericType,
ca
has a float dtype, has at least 1 non-null value and is sorted descending