afe.core.graph_analyzer.analyzed_results

Attributes

AnalyzedResultType

Classes

AnalyzedResultDict

A helper class that inherits collections.OrderedDict

Module Contents

afe.core.graph_analyzer.analyzed_results.AnalyzedResultType
class afe.core.graph_analyzer.analyzed_results.AnalyzedResultDict

A helper class that inherits collections.OrderedDict with additional methods:

  • to_dataframe() - convert AnalyzedResultDict object to pandas DataFrame

to_dataframe() Dict[str, pandas.DataFrame]

Return the AnalyzedResultDict in the pandas.DataFrame format.