See comment [here](https://github.com/JuliaData/DataFramesMeta.jl/issues/302#issuecomment-941574643) Lots of grouped operations together ``` @groupby df :a begin @transform :a1 = mean(:a) @combine :a2 = ... end ``` This is speculative, and might never see the light of day, but I wanted to preserve the idea while closing the linked issue.