pub fn histogram_numeric( col1: impl Into<Column>, n_bins: impl Into<Column>, ) -> Column
Computes a histogram on numeric ‘col’ using nb bins.