-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Categorical take fill value #23297
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
Categorical take fill value #23297
Conversation
Hello @TomAugspurger! Thanks for updating the PR.
Comment last updated on October 23, 2018 at 14:07 Hours UTC |
Ah, forgot to revert a change. 1 sec. |
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.
lgtm. merge on green.
Codecov Report
@@ Coverage Diff @@
## master #23297 +/- ##
==========================================
+ Coverage 92.22% 92.22% +<.01%
==========================================
Files 169 169
Lines 50897 50903 +6
==========================================
+ Hits 46940 46946 +6
Misses 3957 3957
Continue to review full report at Codecov.
|
* BUG: Handle fill_value in Categorical.take Closes pandas-dev#23296 * no new categories * revert add_categories
* BUG: Handle fill_value in Categorical.take Closes pandas-dev#23296 * no new categories * revert add_categories
Closes #23296