Commit ec9eb66
authored
Improve argMaxIf.md example numbers
Previously the example data did not give a great example of the argMaxIf functionality. The laptop would have been the returned product irregardless of the sales_count >= 10 condition. I believe my change makes the use of argMaxIf clearer, since the expensive watch is excluded by the condition.1 parent 4733df6 commit ec9eb66
File tree
1 file changed
+1
-1
lines changed- docs/guides/examples/aggregate_function_combinators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments