Histogram

Analyze the value distribution of a single continuous variable by binning it and calculating frequencies in each bin

Parameters

Example

ds = rasgo.get.dataset(id)

ds2 = ds.histogram(column='SALESAMOUNT')
ds2.preview()

Source Code

Last updated