pyjanitor-devs / pyjanitor

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

[ENH] improve performance for functions that use apply #1422

Open samukweku opened 4 days ago

samukweku commented 4 days ago

This article by marco gorelli exposes some pandas syntax that offers better performance than apply... maybe we could use it and improve some of our functions that rely on apply (e.g complete)?