input_output_functions.save_simulation_output#
- input_output_functions.save_simulation_output(directory: str, file_name_output: str, output_dataframe, run_nr: int) None #
Saves an output dataframe as a csv file.
- Parameters:
directory (str) – The output directory where the csv file will be saved.
file_name_output (str) – The name of the csv file.
output_dataframe (pandas.DataFrame) – The output dataframe that will be saved.
run_nr (int) – The simulation run number.