We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9cada commit 2cc653bCopy full SHA for 2cc653b
onnx_diagnostic/helpers/log_helper.py
@@ -416,7 +416,7 @@ def __str__(self) -> str:
416
"usual"
417
return str(self.data) if hasattr(self, "data") else str(self._data)
418
419
- def view(self, view_def: CubeViewDef) -> pandas.DataFrame:
+ def view(self, view_def: Union[str, CubeViewDef]) -> pandas.DataFrame:
420
"""
421
Returns a dataframe, a pivot view.
422
`key_index` determines the index, the other key columns determines
0 commit comments