diff --git a/docs/api/op.md b/docs/api/op.md index 18040ce..2dae2d1 100644 --- a/docs/api/op.md +++ b/docs/api/op.md @@ -910,7 +910,7 @@ Aggregate function returning an arbitrary observed value (typically the first en * *field*: The data column or derived field.
# -op.bins(field[, maxbins, nice, minstep]) · [Source](https://github.com/uwdata/arquero/blob/master/src/op/aggregate-functions.js) +op.bins(field[, maxbins, nice, minstep, step]) · [Source](https://github.com/uwdata/arquero/blob/master/src/op/aggregate-functions.js) Aggregate function for calculating a binning scheme in terms of the minimum bin boundary, maximum bin boundary, and step size.