Skip to content

print_table

Pretty-prints a table.

Parameters

  • headers

    Typelist[str]

    The column names.

  • columns

    Typelist[list[str]]

    The column values.

  • order

    Typelist[int] | None

    DefaultNone

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