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
Moreover doing keyby vs by adds an overhead, thus by should be preferred as default. Difference is not anything big (AFAIR up to 15-25%), and might depend on GForce being utilised. I understand that keyby would be consistent with how dplyr orders grouping results, but many (or even most?) of dplyr backends are not maintaining any specific order of results so that shouldn't be big deal.
The text was updated successfully, but these errors were encountered:
* Eliminate key_by() in favour of key_by argument to lazy_dt()
* `group_by()` now uses `keyby` instead of `by` to preserve dplyr group ordering semantics.
cc @MichaelChirico
From @jangorecki:
The text was updated successfully, but these errors were encountered: