-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to implement slice_head(), slice_tail() - Done with slice_min(), slice_max(), and slice_sample() #4
Comments
We can totally implement this by wrapping |
Will work on this |
Per https://x.com/alextantos1/status/1692440814448759208?s=46&t=PEX2NKcgCDoTOe3kHQFmDA, we should also add |
|
Finally figured out '@slice_min' and '@slice_max' and PRed them |
Merged! Thank you so much @drizk1. We’re only missing |
Awesome. I'll take a look at those. Edit: I now have these both drafted to support n and prop. I'll throw in a PR a little later. |
Thanks to @drizk1, |
Hi,
As an experienced tidyverse user/developer who is learning Julia, I am just impressed by the Tidier package. Transferring my R knowledge to Julia is almost effortless, thanks to Tidier!
There are two very useful functions from dplyr: slice_min() and slice_max(). I think they should be included in Tidier. This link leads to the R documentation.
Thanks!
The text was updated successfully, but these errors were encountered: