Skip to content

Commit

Permalink
docs: Fix op.bins signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Apr 22, 2021
1 parent 2e3470e commit eca57dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/op.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ Aggregate function returning an arbitrary observed value (typically the first en
* *field*: The data column or derived field.

<hr/><a id="bins" href="#bins">#</a>
<em>op</em>.<b>bins</b>(<i>field</i>[, <i>maxbins</i>, <i>nice</i>, <i>minstep</i>]) · [Source](https://github.com/uwdata/arquero/blob/master/src/op/aggregate-functions.js)
<em>op</em>.<b>bins</b>(<i>field</i>[, <i>maxbins</i>, <i>nice</i>, <i>minstep</i>, <i>step</i>]) · [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.

Expand Down

0 comments on commit eca57dd

Please sign in to comment.