synthpop.modules.post_processing.combined_csv ============================================= .. py:module:: synthpop.modules.post_processing.combined_csv .. autoapi-nested-parse:: Post-processing subclass that saves the result from all locations in a combined csv file. Classes ------- .. autoapisummary:: synthpop.modules.post_processing.combined_csv.CombinedCsv Module Contents --------------- .. py:class:: CombinedCsv(model, logger, combined_filename=None, **kwargs) Bases: :py:obj:`synthpop.modules.post_processing._post_processing.PostProcessing` Post-processing subclass that saves the result from all locations in a combined csv file. This is in addition to the single location files. NOTE that the file is overwritten every time the class is initialized. .. py:method:: do_post_processing(dataframe: pandas.DataFrame) -> pandas.DataFrame Combine all catalogs into one output csv file, and returns the unchanged DataFrame.