Stats
Processor that computes summary statistics over the given columns and stores them in the dataset attributes.
Configuration
Selected as name: stats.
Option |
Description |
Type |
Default |
|---|---|---|---|
|
Columns to compute statistics over. |
column(s) |
required |
|
Names of the statistics to compute. |
list[str] |
required |
- name: stats
kwargs:
cols: [ charge, time ]
stats: [ mean, m2, min, max ]