arg_max_numeric

Function arg_max_numeric 

Source
pub fn arg_max_numeric<T>(ca: &ChunkedArray<T>) -> Option<usize>
where T: PolarsNumericType, for<'b> &'b [T::Native]: ArgMinMax,