opyplus.SummaryTable

class opyplus.SummaryTable(path)

Class describing an E+ summary table.

Parameters
path: str

Path to the summary table file.

Methods

get_report_keys(self)

Get report table keys.

get_table_df(self, report_key, table_report)

Get table as a data frame.

get_table_report_list(self, report_key)

Get table report list for a given report key.

get_report_keys(self)

Get report table keys.

Returns
list of str
get_table_df(self, 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(self, report_key)

Get table report list for a given report key.

Parameters
report_key: str
TODO [GL]: complete Returns section