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 dictList of processing steps with metadata. output_pathstr, Path, or None, default NonePath to save JSON summary. If None, returns dict only. Returns: summarydictProcessing summary with statistics.