to_dataframe

ParameterGroup.to_dataframe(as_optimized: bool = True) pandas.core.frame.DataFrame[source]

Create a pandas data frame from the group.

Parameters

as_optimized (bool) – Whether to include properties which are the result of optimization.

Returns

The created data frame.

Return type

pd.DataFrame