tablespam.GT package¶
Submodules¶
tablespam.GT.formatting module¶
Formatting functions to use with great_tables.
- tablespam.GT.formatting.default_formatting(gt_tbl: GT, decimals: int = 2) GT ¶
Provides a default formatting for all columns in the great table.
- Parameters:
gt_tbl (gt.GT) – Great table before formatting
decimals (int, optional) – The number of decimals to round floats to. Defaults to 2.
- Returns:
Great table after formatting
- Return type:
gt.GT
Module contents¶
Functions to translate TableSpam to great_tables.