ParametricSolution.to_csv¶
- ParametricSolution.to_csv(file, prefix_flow: str = 'edge', prefix_potential: str = 'node', add_delta_row: bool = True) None [source]¶
Save ParametricSolution to
CSV
.- Parameters
- filestr or file handle
File to save ParametricSolution to, passed to
pandas.DataFrame.to_csv()
.- 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).