markfairbanks / tidypolars

Tidy interface to polars
http://tidypolars.readthedocs.io
MIT License
324 stars 10 forks source link

Rename `groupby` arg to `by` #119

Closed mjkarlsen closed 2 years ago

mjkarlsen commented 2 years ago

Closes #117

The changes in speed in benchmark tests are related to the computer I was working on and not the change from groupby to by.

markfairbanks commented 2 years ago

Does the pivot_wider bencmark still use the old version? Or did we never update that?

mjkarlsen commented 2 years ago

Updated pivot_wider to use the new dataframe.

mjkarlsen commented 2 years ago

Well that's not true. I'll update the pivot_wider test now.