datasim.SimpleFileOutput

class datasim.SimpleFileOutput

Simple/fastest output without dashboard: only stores data.

__init__()

Output class is created during runner initialization.

Methods

__init__()

Output class is created during runner initialization.

aggregate_batches(worlds)

aggregated_title(set_name)

export_all_csv(directory)

Export all sources as .csv files.

export_all_pickle(directory)

Export all sources as .pickle files.

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

dataframes

dataframe_names

sources