report_column_results
Report all column results to dbnl
Parameters
Arguments
Description
run
The dbnl Run that the results will be reported to.
data
A pandas DataFrame with all the results to report to dbnl. The columns of the DataFrame must match the columns described in the RunConfig associated with the Run.
Limitations
All data should be reported to dbnl at once. Calling dbnl.report_column_results
more than once will overwrite the previously uploaded data.
Once a Run is closed. You can no longer call report_column_results
to send data to dbnl.
Examples
Last updated
Was this helpful?