to_html

DataFrame.to_html(max_rows=10)[source]

Represents the data frame in HTML format, optimized for an iPython notebook.

Args:
max_rows (int):

The maximum number of rows to be displayed.