The output fields at which to write the start and end bin values. The default is ["bin0", "bin1"].
The number base to use for automatic bin determination (default 10).
Build the transformation
Allowable bin step sub-divisions. The default value is [5, 2], which indicates that for base 10 numbers (the default base) automatic bin determination can consider dividing bin step sizes by 5 and/or 2.
Sets the minimum and maximum values of the bin range. (required)
Sets The data field to bin. (required)
The maximum number of bins to create (default 20).
The minimum allowed bin step size (default 0).
If true (the default), attempts to make the bin boundaries use human-friendly boundaries, such as multiples of ten.
An exact step size to use between bins. If provided, options such as maxbins will be ignored.
An array of allowable step sizes to choose from.
A value in the binned domain at which to anchor the bins, shifting the bin boundaries if necessary to ensure that a boundary aligns with the anchor value. By default, the minimum bin extent value serves as the anchor.