TidierOrg / TidierData.jl

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

`n()` doesn't work correctly for `@slice()` inside of grouped data frames #32

Closed kdpsingh closed 11 months ago

kdpsingh commented 1 year ago

n() refers to the number of rows in the whole data frame instead of to the number of rows in each group of the data frame.

kdpsingh commented 11 months ago

Resolved in a76103b.