DataFramesMeta.jl
DataFramesMeta.jl copied to clipboard
Speculative future of `@groupby` macro
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.