opyplus.SummaryTable
- class opyplus.SummaryTable(path)
Class describing an E+ summary table.
- Parameters:
- path: str
Path to the summary table file.
Methods
Get report table keys.
get_table_df(report_key, table_report)Get table as a data frame.
get_table_report_list(report_key)Get table report list for a given report key.
- get_report_keys()
Get report table keys.
- Returns:
- list of str
- get_table_df(report_key, table_report)
Get table as a data frame.
- Parameters:
- report_key: str
- table_report:
- TODO [GL] complete Parameters section
- Returns:
- pandas.DataFrame
- get_table_report_list(report_key)
Get table report list for a given report key.
- Parameters:
- report_key: str
- TODO [GL]: complete Returns section