PyPropValueList
Methods
| Method | Description |
|---|
average | Compute the average of all property values. Alias for mean(). |
collect | |
count | |
drop_none | Drop none. |
max | Find the maximum property value and its associated time. |
mean | Compute the mean of all property values. |
median | Compute the median of all property values. |
min | Min property value. |
sum | Sum of property values. |
Method Details
Compute the average of all property values. Alias for mean().
Returns
| Type | Description |
|---|
| PropValue | The average of each property values, or None if count is zero. |
Drop none.
Returns
Find the maximum property value and its associated time.
Returns
Compute the mean of all property values.
Returns
| Type | Description |
|---|
| PropValue | The mean of each property values, or None if count is zero. |
Compute the median of all property values.
Returns
Min property value.
Returns
Sum of property values.
Returns