towhee.functional.mixins.display.table_display

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

Display table

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

  • tablefmt (str) – The format of the output, support html, plain, grid.