markfairbanks / tidypolars

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

Error on `.groupby()` #22

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago

Should we error on .groupby()?

Probably would lead to some difficult errors to debug for users.

We could also add a helpful error message "`df.groupby()` doesn't work on tibbles. Did you mean `df.group_by()`?"

markfairbanks commented 2 years ago

Closed via #62