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[source]
class afe.core.graph_analyzer.analyzed_results.AnalyzedResultDict[source]

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

  • to_dataframe() - convert AnalyzedResultDict object to pandas DataFrame

to_dataframe() Dict[str, pandas.DataFrame][source]

Return the AnalyzedResultDict in the pandas.DataFrame format.