Bin data for use in histogram

I have a source data sheet and want to bin my data and output it so it can be used in a series of histograms.

What’s the best way to bin values in Parabola?

Hey Richard!

You would need to create the binning somehow, if it does not already exist as a column.

And then you can use one of the grouping steps to aggregate it. For example, you could sum or average a column of values, or count the number of rows, per bin value. Sum Values, Average Values, or Count values would be the step that aggregates it.

If you have a timestamp that you want to use to create 1 day buckets, for example, you could use the Date Formatter to format the date to day-precision. Then use that as the grouping column in the aggregation step.