DataFramesMeta.jl icon indicating copy to clipboard operation
DataFramesMeta.jl copied to clipboard

Speculative future of `@groupby` macro

Open pdeffebach opened this issue 2 years ago • 0 comments

See comment here

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.

pdeffebach avatar Mar 01 '24 14:03 pdeffebach