lisa.wa.StatsProp#

class lisa.wa.StatsProp[source]#

Bases: object

Provides a stats property.

Properties

stats

Short-hand property equivalent to self.get_stats().

Methods

get_stats()

Returns a lisa.stats.Stats loaded with the result pandas.DataFrame.

Properties#

property StatsProp.stats[source]#

Short-hand property equivalent to self.get_stats()

See also

get_stats()

Methods#

StatsProp.get_stats(ensure_default_groups=True, ref_group=None, agg_cols=None, **kwargs)[source]#

Returns a lisa.stats.Stats loaded with the result pandas.DataFrame.

Parameters:
  • ensure_default_groups (bool) – If True, ensure ref_group will contain appropriate keys for usual Workload Automation result display.

  • ref_group – Forwarded to lisa.stats.Stats

Variable keyword arguments:

Forwarded to lisa.stats.Stats