nuctransportdb.property2dataframe ================================= .. py:module:: nuctransportdb.property2dataframe Functions --------- .. autoapisummary:: nuctransportdb.property2dataframe.preserve_value_type nuctransportdb.property2dataframe.load_nuclide_property nuctransportdb.property2dataframe.load_nuclide_sorption_data Module Contents --------------- .. py:function:: preserve_value_type(value) Preserve the original type of the value. :param value: The input value to preserve. :type value: float, str, None :returns: The preserved value. :rtype: float, str, None .. py:function:: load_nuclide_property(yaml_property_paths) Load nuclide properties from YAML files to a DataFrame. :param yaml_property_paths: a list of paths to YAML files containing nuclide properties. :type yaml_property_paths: list :returns: a DataFrame containing the loaded nuclide properties. :rtype: pd.DataFrame .. py:function:: load_nuclide_sorption_data() Load collected sorption data. :returns: panda dataframe contains all collected sorption data. :rtype: pd.dataframe