Skip to content
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

HTMLFormatter.to_html() does not look at show_index_names #3195

Closed
blais opened this issue Mar 27, 2013 · 1 comment
Closed

HTMLFormatter.to_html() does not look at show_index_names #3195

blais opened this issue Mar 27, 2013 · 1 comment
Labels
IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string

Comments

@blais
Copy link
Contributor

blais commented Mar 27, 2013

pandas.core.format.py:436
if self.show_index_names and self.has_index_names:

Below for pandas.core.format.py:647:
if self.fmt.has_index_names:

I think the second part should look at the show_index_names option.
The problem currently is that you cannot disable the two-row index, and sorttable.js does not work with two-row indexes.

@WillAyd
Copy link
Member

WillAyd commented Jul 6, 2018

Unclear what problem this is solving - feel free to re-open if you have a reproducible example

@WillAyd WillAyd closed this as completed Jul 6, 2018
@WillAyd WillAyd modified the milestones: Contributions Welcome, No action Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

No branches or pull requests

3 participants