etiennebacher / tidypolars

Get the power of polars with the syntax of the tidyverse
https://tidypolars.etiennebacher.com
Other
141 stars 3 forks source link

Consecutive `group_by()` and `.add` argument #90

Open etiennebacher opened 4 months ago

etiennebacher commented 4 months ago

What functionality are you missing? Default in dplyr is that the second group_by() overrides the first one. One can combine grouping variables by using .add = TRUE in the second group_by(). https://dplyr.tidyverse.org/reference/group_by.html#ref-examples

Is this functionality present in the tidyverse or in polars (or both)? dplyr