-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: Fix style.background_gradient() for nullable dtype (ex: Int64) series with pd.NA values #50713
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
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 a nice fix to me. Thanks
Test failures look unrelated - seems to be CI failure at the mom, but we can wait until its back to do a full chekc that this is green.
@attack68 Ok cool, I just re-merged master so hopefully it all works this time. If you look at one of the previous test runs, everything looks ok minus one windows test that seems somewhat flaky Since then all I have done is re-merge master |
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.
Some small comments
… test, and check results against expected values from a regular float series
All comments addressed. @mroeschke @attack68 Thanks for the review |
Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
Thanks @dhendry |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.