PileResults#
- class PileResults(enum_to_header_str_map: Dict[GraphingOptions, str])#
Bases:
Dict
[str
,ResultsTable
]Examples: Code Snippet: Visualization of Pile Analysis Results
- getMaximumValue(column_enum: GraphingOptions)#
Looks at all values of the column specified for each Pile and returns the max value and pile name.
- getMinimumValue(column_enum: GraphingOptions)#
Looks at all values of the column specified for each Pile and returns the minimum value and pile name.