nuctransportdb.dataframe2yaml
Classes
Built-in mutable sequence. |
Functions
|
|
|
Convert unit_base to a flow sequence representation. |
|
Convert the property dataframe to a YAML string. |
|
Export the property dataframe to a YAML file. |
Module Contents
- class nuctransportdb.dataframe2yaml.List_flow_sequence[source]
Bases:
listBuilt-in mutable sequence.
If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.
- nuctransportdb.dataframe2yaml.convert_to_flow_sequence(unit_base)[source]
Convert unit_base to a flow sequence representation.
- Parameters:
unit_base (list or nonetype) – The unit_base to convert.
- Returns:
The flow sequence representation of the unit base.
- Return type: