diplomat.utils.track_formats.save_diplomat_table¶ diplomat.utils.track_formats.save_diplomat_table(table: DataFrame, path_or_buf: str | BufferedWriter)[source]¶ Save a diplomat-pandas pose table to a CSV file. Parameters: table – The table to save. path_or_buf – The file path, or file handle to store results to.