🏠ModelingBachAPI referenceSeriesAbstractNumericcutOn this pagebach.SeriesAbstractNumeric.cutcut(bins, right=True)[source]Segments values into bins.Parametersbins (int) – The amount of bins to segment data intoright (bool) – If true (by default), each bin will include the rightmost edge. (e.g (x,y]).