pyyeti.cla.DR_Def.excel_summary¶
- DR_Def.excel_summary(excel_file='dr_summary.xlsx')[source]¶
Make excel file with summary of data recovery information.
- Parameters:
excel_file (string or None; optional) – Name of excel file to create; if None, no file will be created.
- Returns:
drinfo (pandas DataFrame) – Summary table of data recovery information. The index values are those set via
add()(name, desc, etc). The columns are the categories (eg: ‘SC_atm’, ‘SC_ltm’, etc).