Closed wenzeslaus closed 2 years ago
Add a function to convert result of run_simulation(...) to pandas DataFrame with one row.
run_simulation(...)
The following now works in #169:
df = save_simulation_result_to_pandas(result)
Default columns are all attributes of the result object.
Add a function to convert result of
run_simulation(...)
to pandas DataFrame with one row.