arg_max_numeric

Function arg_max_numeric 

Source
pub fn arg_max_numeric<T>(ca: &ChunkedArray<T>) -> Option<usize>
where T: PolarsNumericType, &'b [<T as PolarsNumericType>::Native]: for<'b> ArgMinMax,
Available on crate feature polars-ops only.