ReportResult
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:
| Type | Description |
|---|---|
DataFrame | DataFrame with report results. |
__repr__
__repr__() -> str
Return a string representation of the report result.