pastas.check.print_check_report#

pastas.check.print_check_report(df: pandas.DataFrame)#

Print a report of the check results.

The check result is colored red (fail), green (pass) or yellow (pass with conditions) based on the outcome.

Parameters:

df (pandas.DataFrame) – DataFrame with the results of the checks.