towhee.functional.mixins.display.table_display

towhee.functional.mixins.display.table_display(table, tablefmt='html')[source]

_summary_

Parameters:
  • table (str) – Table in printable format, such as HTML.

  • tablefmt (str, optional) – The format of the output, supports html, plain, grid. Defaults to ‘html’.

Raises:

ValueError – Unsupported table format.