export_csv(filepath_or_buffer, data[, ...])
|
Helper function to export computed DataFrame to csv formated plain text. |
export_xlsx(filepath, dfs, sheets[, overwrite])
|
Helper function to export computed DataFrame(s) to an Excel file |
import_asssociation_matrix(filepath[, sheet])
|
Imports a saved correlation / association matrix saved by valpas.utils.write_outfile into a pandas.DataFrame object and returns it. |
import_experiments(source, path, file_type)
|
|
result_to_list(data, idx[, association_type])
|
Takes a pandas.DataFrame in the format of a correlation data_matrix and converts to a list type DataFrame. |
write_outfile(data, file_handle, idx[, ...])
|
Takes a pandas.DataFrame object and writes it to a file handle. |