lisa.wa.StatsProp#
- class lisa.wa.StatsProp[source]#
Bases:
object
Provides a
stats
property.Properties
Short-hand property equivalent to
self.get_stats()
.Methods
Returns a
lisa.stats.Stats
loaded with the resultpandas.DataFrame
.
Properties#
Methods#
- StatsProp.get_stats(ensure_default_groups=True, ref_group=None, agg_cols=None, **kwargs)[source]#
Returns a
lisa.stats.Stats
loaded with the resultpandas.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