sarkas.tools.transport.TransportCoefficients.save_hdf
sarkas.tools.transport.TransportCoefficients.save_hdf#
- TransportCoefficients.save_hdf(df=None, df_slices=None, tc_name=None)[source]#
Save the HDF dataframes to disk in the TransportCoefficient folder.
- Parameters
df (pandas.DataFrame()) – Multi-index dataframe containing the mean and std of the transport coefficient.
df_slices (pandas.DataFrame()) – Multi-index dataframe containing the transport coefficient of each slice.
tc_name (str) – Name of the transport coefficient. See
tc_names
for options.
- Returns
df (pandas.DataFrame()) – Sorted multi-index dataframe containing the mean and std of the transport coefficient.
df_slices (pandas.DataFrame()) – Sorted multi-index dataframe containing the transport coefficient of each slice.