pastas.check.print_check_report =============================== .. py:function:: pastas.check.print_check_report(df) 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. :param df: DataFrame with the results of the checks. :type df: pandas.DataFrame .. !! processed by numpydoc !!