tidypolars
requires polars
>= 0.21.0.
Breaking changes
summarize()
now drops the last group of the output by default (for
consistency withdplyr
). Previously it kept the same groups as in the input
data (#149).
tidypolars
requires polars
>= 0.21.0.
summarize()
now drops the last group of the output by default (fordplyr
). Previously it kept the same groups as in the input