flowpy
flowpy copied to clipboard
New Feature: Aggregate and calculate
This feature would emulate the typical pandas groupby operations and provide calculating metrics like mean, count, min max etc
Example
Groupby key - Multiselect for columns Metric - mean, count, std, min, max etc.
Inclusion of a custom groupby metric (as a function) can be thought of for future enhancements