pingouin.print_table#

pingouin.print_table(df, floatfmt='.3f', tablefmt='simple')[source]#

Pretty display of table.

Parameters:
dfpandas.DataFrame

Dataframe to print (e.g. ANOVA summary)

floatfmtstring

Decimal number formatting

tablefmtstring

Table format (e.g. ‘simple’, ‘plain’, ‘html’, ‘latex’, ‘grid’, ‘rst’). For a full list of available formats, please refer to https://pypi.org/project/tabulate/