eland.DataFrame.to_html#

DataFrame.to_html(buf=None, columns=None, col_space=None, header=True, index=True, na_rep='NaN', formatters=None, float_format=None, sparsify=None, index_names=True, justify=None, max_rows=None, max_cols=None, show_dimensions=False, decimal='.', bold_rows=True, classes=None, escape=True, notebook=False, border=None, table_id=None, render_links=False) Any#

将 Elasticsearch 数据渲染为 HTML 表格。

遵循 pandas 的实现,除了 max_rows=None 的情况。在这种情况下,我们将 max_rows 设置为 60 以避免意外地转储整个索引。这可以通过显式设置 max_rows 来覆盖。

另请参见#

pandas.DataFrame.to_html