-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: set_precision format fixed (#13257) #27934
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 @AntonioAndraues! 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 2019-10-16 14:57:46 UTC |
Can you add a test for this |
751c317
to
65fba0e
Compare
I just added a test. |
65fba0e
to
790327d
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 good. Can you add a release note to doc/source/whatsnew/v1.0.0.rst under "bug fixes"? Probably the "Other" section.
790327d
to
e513938
Compare
Done |
8931f62
to
b7d8fc8
Compare
708b140
to
0aeb419
Compare
ff08a18
to
187df52
Compare
187df52
to
ec08677
Compare
Thanks. Looks like there's a merge conflict in 1.0.0.rst, if you could fix that. |
|
CI is failing now. Do your tests need to be updated? |
|
Hmm CI is still failing. Haven't taken a look though. |
d9c7550
to
ec08677
Compare
2636b5d
to
13ac21a
Compare
@TomAugspurger |
If the old test is wrong then for sure should update |
@AntonioAndraues is this still active? If so can you fix up merge conflict? |
@WillAyd Yes. I Will fix it... |
Co-Authored-By: Tom Augspurger <[email protected]>
8596e7c
to
9896176
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.
lgtm. small changes; ping on green.
14baf9f
to
5c80570
Compare
Great thanks @AntonioAndraues - nice PR! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
I've tried to fix the set_precision format, does that fix it?
INPUT -> df.style.set_precision(2)
OUTPUT
@ViniGl
@Samuelgranato