get_results
Retrieve results from dbnl
Parameters
Arguments
Description
run
The dbnl Run from which to retrieve the results.
Returns
Type
Description
ResultData
A named tuple that comprises of columns
and scalars
fields. These are the pandas DataFrames of the uploaded data for the particular Run.
You can only call get_results
after the run is closed.
Examples
Was this helpful?