-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Optimising Series.nunique for Nan values #40865 #41236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hello @KenilMehta! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-03 05:05:01 UTC |
thanks @KenilMehta can you add a whatsnew entry (improved perf of Series.nunique) and do we have asv's for this? (if not we would like to add them), and run to show the improvements. (could also just show via a timeout on master vs your PR) |
@jreback |
Following are the results from master:
Following are the results from PR:
We can clearly see that the time taken is less in the PR as compared to master. @jreback |
can you add a whatsnew note in doc/source/whatsnew/v1.3.0.txt in the perf section. pls ping when greeen. |
@jreback |
thanks @KenilMehta |
Uh oh!
There was an error while loading. Please reload this page.