We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f0bc0 commit 650f3f7Copy full SHA for 650f3f7
pandas/io/formats/style.py
@@ -257,8 +257,8 @@ def format_attr(pair):
257
row_es.append(es)
258
head.append(row_es)
259
260
- if self.data.index.names and _any_not_none(*self.data.index.names) and
261
- index_visible:
+ if (self.data.index.names and _any_not_none(*self.data.index.names) and
+ not hidden_index):
262
index_header_row = []
263
264
for c, name in enumerate(self.data.index.names):
0 commit comments