-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Validate the justify parameter in to_html #17766
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
BUG: Validate the justify parameter in to_html #17766
Conversation
Hello @gfyoung! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on October 03, 2017 at 18:20 Hours UTC |
doc/source/whatsnew/v0.21.0.txt
Outdated
@@ -778,6 +778,7 @@ I/O | |||
- Bug in :func:`read_html` where import check fails when run in multiple threads (:issue:`16928`) | |||
- Bug in :func:`read_csv` where automatic delimiter detection caused a ``TypeError`` to be thrown when a bad line was encountered rather than the correct error message (:issue:`13374`) | |||
- Bug in ``DataFrame.to_html()`` with ``notebook=True`` where DataFrames with named indices or non-MultiIndex indices had undesired horizontal or vertical alignment for column or row labels, respectively (:issue:`16792`) | |||
- Bug in ``DataFrame.to_html()`` in which there was no validation of the ``justify`` parameter (:issue:`17527`) |
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.
Would it be preferable to use :meth:`DataFrame.to_html`
to provide a link? Possibly on the line above too?
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.
Absolutely! Thanks for pointing that out.
lgtm. merge on green. |
Codecov Report
@@ Coverage Diff @@
## master #17766 +/- ##
==========================================
+ Coverage 91.23% 91.24% +<.01%
==========================================
Files 163 163
Lines 49869 49872 +3
==========================================
+ Hits 45499 45504 +5
+ Misses 4370 4368 -2
Continue to review full report at Codecov.
|
@jreback , @TomAugspurger : All green, so merging. |
BUG: Validate the justify parameter in to_html Closes pandas-devgh-17527.
BUG: Validate the justify parameter in to_html Closes pandas-devgh-17527.
BUG: Validate the justify parameter in to_html Closes pandas-devgh-17527.
Closes #17527
cc @TomAugspurger