Summary Reports
Add a Summary Section
This script adds a summary section to the last created summary report:
Copy
mic.summary.add(name, labels, values):
Keyword arguments:
name --- summary section name
labels --- column of labels; must be a list of strings
(or convertible) and the same length as values
values --- column of values; must be a list of strings
(or convertible) and the same length as labels
Create a New Summary Report
Copy
mic.summary( title='User Summary' )
Keyword arguments:
title --- the summary title