sinergym.utils.common.export_schedulers_to_excel
- sinergym.utils.common.export_schedulers_to_excel(schedulers: Dict[str, Dict[str, str | Dict[str, str]]], path: str) None
Given a python dictionary with schedulers from modeling format, this method export that information in a excel file
- Parameters:
schedulers (Dict[str, Dict[str, Union[str, Dict[str, str]]]]) – Python dictionary with the format correctly.
path (str) – Relative path where excel file will be created.