-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN: use self.dtype internally in Categorical #22513
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 @topper-123! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on August 26, 2018 at 17:24 Hours UTC |
f8ee028
to
70ddcef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine, can u do a perf check
Codecov Report
@@ Coverage Diff @@
## master #22513 +/- ##
=========================================
Coverage ? 92.03%
=========================================
Files ? 169
Lines ? 50780
Branches ? 0
=========================================
Hits ? 46737
Misses ? 4043
Partials ? 0
Continue to review full report at Codecov.
|
Ran ASV on benchmarks/categoricals.py. Result are varying a bit, which I attribute to randomness. For example:
and
Notice how Overall, I'd say this has is no significant effect on speed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The benchmarks look alright to me.
cc @jreback
@TomAugspurger a look pls. lgtm to me. |
Some clean-up that makes the code a bit easier to read IMO.