ParametricSolution.to_df¶
- ParametricSolution.to_df(prefix_flow: str = 'edge', prefix_potential: str = 'node', add_delta_row: bool = False) pandas.core.frame.DataFrame [source]¶
Get ParametricSolution as dataframe.
- Parameters
- prefix_flowstr, default=”edge”
Prefix of flow columns.
- prefix_potentialstr, default=”node”
Prefix of potential columns.
- add_delta_rowbool, default=False
If True, a row will be appended that contains the slope values of flow (and potential).