unravel.tabular.utils module#

unravel.tabular.utils.load_tabular_file(file_path)[source]#

Load a CSV or Excel file into a pandas DataFrame.

unravel.tabular.utils.save_tabular_file(df, file_path, index=False, verbose=True)[source]#

Save a pandas DataFrame to a CSV or Excel file.