Skip to content

print_table

Pretty-prints a table.

Parameters

  • headers ('list[str]')

    The column names.

  • columns ('list[list[str]]')

    The column values.

  • order ('list[int]') – defaults to None

    Order in which to print the column the values. Defaults to the order in which the values are given.