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.