Black is used for the first position, underline for the second, and an asterisk for significant results (compared with the next in the ranking).
Additional columns are in italics.
we have Latex styles, available when calling to_latex:
The styles are further customizable using the Styler methods. Moreover, the HTML output includes CSS classes for rankings and significant results, and the Latex output includes custom commands that can be redefined on the final document.
Improve default score table style.
Add functionality to:
Example
We will use the following data (note that the std is 0, so all results will be significant):
We create the table of accuracies as:
Here is the HTML result (calling
to_html
):Black is used for the first position, underline for the second, and an asterisk for significant results (compared with the next in the ranking). Additional columns are in italics.
Using instead
we have Latex styles, available when calling
to_latex
:The styles are further customizable using the
Styler
methods. Moreover, the HTML output includes CSS classes for rankings and significant results, and the Latex output includes custom commands that can be redefined on the final document.