TidierOrg / TidierData.jl

Tidier data transformations in Julia, modeled after the dplyr/tidyr R packages.
MIT License
86 stars 7 forks source link

@slice_head and @slice_tail #62

Closed drizk1 closed 11 months ago

drizk1 commented 11 months ago

Just having fun in my free time. These support n and prop optional arguments, in addition to grouped dataframes.

kdpsingh commented 11 months ago

Love it! You are too awesome. Will review this weekend and merge.