reports.create_processing_summary#

autoclean.functions.visualization.reports.create_processing_summary(processing_steps, output_path=None)[source]#

Create a JSON summary of processing steps.

Parameters:
processing_stepslist of dict

List of processing steps with metadata.

output_pathstr, Path, or None, default None

Path to save JSON summary. If None, returns dict only.

Returns:
summarydict

Processing summary with statistics.