macro_rules! agg_spec { ($($column:expr => [$(($func:expr, $alias:expr)),+]),+) => { ... }; }
Create aggregation specification (similar to pandas)