-
- Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
BugIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap
Milestone
Description
When the html output is truncated (by using mmax_rows=..), you get ... to indicate this, but not when using index=False:
df = pd.DataFrame(np.random.randn(5,2)) df.to_html(max_rows=4, index=False)cc @TomAugspurger follow-up from #14999
Metadata
Metadata
Assignees
Labels
BugIO HTMLread_html, to_html, Styler.apply, Styler.applymapread_html, to_html, Styler.apply, Styler.applymap
