pyjanitor-devs / pyjanitor

Clean APIs for data cleaning. Python implementation of R package Janitor
https://pyjanitor-devs.github.io/pyjanitor
MIT License
1.33k stars 166 forks source link

implement similar functions for polars #1352

Open samukweku opened 3 months ago

samukweku commented 3 months ago

in relation to #1343 - this is a list of functions missing in the polars library that could be implemented :

Care should be taken to not create the function, if an existing solution already exists for any of these functions (probably named differently, or a combination of existing polars functions that covers all use cases of any of the listed functions above)

samukweku commented 1 month ago

the current pivot_longer implementation is not good enough. I'll submit a PR with improvements

samukweku commented 1 month ago

I assumed (wrongly) that polars' join maintains order (it only does so for left join). need to rethink the computation logic for complete. I'll submit a PR with improvements

3SMMZRjWgS commented 1 week ago

eagerly awaits for 0.28.0 release!