datasim.Output¶
- class datasim.Output(runner: Any, split_worlds: bool)¶
Abstract class to show and store the state and results of the simulation.
- __init__(runner: Any, split_worlds: bool)¶
Output class is created during runner initialization.
Methods
__init__(runner, split_worlds)Output class is created during runner initialization.
export_csv(world, source_id)Export the data from a source to CSV format.
export_pickle(world, source_id)Export the data from a source to pickle format.
Attributes
dataframesdataframe_namessourcesrunnersplit_worlds