Sum, average, and group-count numbers from a list separated by the chosen delimiter.
Compute sum and average from a list of numbers, and group by value to count occurrences. Input is split by the delimiter you choose.
Numbers separated by the delimiter (default newline). Non-numeric lines are ignored.
SUM/AVG show a single line result. GROUP BY outputs value and count pairs sorted by value.