-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
IO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymapOutput-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_string
Description
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.
Metadata
Metadata
Assignees
Labels
IO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymapOutput-Formatting__repr__ of pandas objects, to_string__repr__ of pandas objects, to_string