etiennebacher / tidypolars

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

More support for `forcats` #110

Open etiennebacher opened 5 months ago

etiennebacher commented 5 months ago

What functionality are you missing? https://forcats.tidyverse.org/reference/index.html

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

ginolhac commented 5 months ago

are the ones I frequently use. Of note, rev() from base is not available. I would recommend dropping fct_rev() and support rev() useful in more conditions.

etiennebacher commented 5 months ago

Thanks, rev() is now supported on the github version

etiennebacher commented 5 months ago

I think this mostly lacks support in rust-polars for now (e.g https://github.com/pola-rs/polars/issues/7981) and I don't know if there are plans to develop this upstream