Skip to content
Snippets Groups Projects
Commit a9d5514c authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

chore: cleaning

parent 55dd4470
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class ParametersWrapper(NestedMKDict):
def to_df(self, *, columns: Optional[List[str]]=None, **kwargs) -> DataFrame:
dct = self.to_dict(**kwargs)
if columns is None:
columns = ['path', 'value', 'central', 'sigma', 'normvalue', 'label']
columns = ['path', 'value', 'central', 'sigma', 'label']
df = DataFrame(dct, columns=columns)
return df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment