ResultsTable#

class ResultsTable(rows_data, pile_id: str, enum_to_header_str_map: dict[GraphingOptions, str])#

Bases: DataFrame

Examples: Code Snippet: Visualization of Pile Analysis Results

getMaximumValue(column_enum: GraphingOptions)#

Looks at all values of the column specified and returns the max value.

getMinimumValue(column_enum: GraphingOptions) float#

Looks at all values of the column specified and returns the minimum value.

getColumnName(column_enum: GraphingOptions) str#

Examples: Code Snippet: Visualization of Pile Analysis Results

selectColumns(*column_enums: GraphingOptions) ResultsTable#