ResultData

class ResultData(NamedTuple):
    columns: pd.DataFrame
    scalars: Union[pd.DataFrame, None] = None

Last updated

Was this helpful?