JuliaData / JuliaData/DataFramesMeta.jl
Speculative future of `@groupby` macro
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 496
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked comment in issue #302 and review the existing @groupby, @transform, and @combine macro behavior before proposing an implementation. The issue is explicitly speculative and names no files, tests, or settled acceptance criteria, so a first step would be clarifying the desired syntax and semantics for grouped operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100