Skip to main content

ReportResult

GitHub source

ReportResult

evo.blockmodels.typed.report.ReportResult

A result from running a report.

Contains the calculated values for each category and cut-off combination.

to_dataframe

to_dataframe() -> pd.DataFrame

Convert the report result to a pandas DataFrame.

Returns a DataFrame with one row per category/cut-off combination, containing the aggregated values for each report column.

Returns:

TypeDescription
DataFrameDataFrame with report results.

__repr__

__repr__() -> str

Return a string representation of the report result.

What is the reason for your feedback?