nuctransportdb.property2dataframe
Functions
|
Preserve the original type of the value. |
|
Load nuclide properties from YAML files to a DataFrame. |
Load collected sorption data. |
Module Contents
- nuctransportdb.property2dataframe.preserve_value_type(value)[source]
Preserve the original type of the value.
- nuctransportdb.property2dataframe.load_nuclide_property(yaml_property_paths)[source]
Load nuclide properties from YAML files to a DataFrame.
- Parameters:
yaml_property_paths (list) – a list of paths to YAML files containing nuclide properties.
- Returns:
a DataFrame containing the loaded nuclide properties.
- Return type:
pd.DataFrame