display_results: Displays results of validations.
Description
Displays results of validations.
Usage
display_results(data, n_passes, n_fails, n_warns, df_error_head_n)
Arguments
- data
Report data.
- n_passes
Number of successful assertions.
- n_fails
Number of warning assertions.
- n_warns
Number of violation assertions.
- df_error_head_n
Number of rows to display in error table.