You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ This is because every single change in a data set will trigger multiple function
63
63
64
64
## Choose `groupby` or `gatherby` based on the problem in hand
65
65
66
-
Beside the order of the output, `groupby` and `gatherby` use very different approaches for grouping observations. `groupby/!` utilises the multithreading efficiently however, `gatherby` exploits the fast path of computations for some specific operations and usually has lower memory footprint.
66
+
Beside the order of the output, note that `groupby` and `gatherby` use very different approaches for grouping observations. `groupby/!` utilises the multithreading efficiently however, `gatherby` exploits the fast path of computations for some specific operations and usually has lower memory footprint.
67
67
68
68
## Beware that every column must support `missings`
0 commit comments