diff_diff.DiagnosticReportResults#
- class diff_diff.DiagnosticReportResults[source]#
Bases:
DiagnosticFrozen container holding the outcome of a
DiagnosticReport.run_all()call.Methods
__init__(schema, interpretation, ...[, ...])summary()Return a short plain-English paragraph.
to_dataframe()Return one row per check with status and headline metric.
to_dict()Return the AI-legible structured schema.
Attributes
- __init__(schema, interpretation, applicable_checks, skipped_checks=<factory>, warnings=())#
- classmethod __new__(*args, **kwargs)#