Implement Head_Func::evaluate_iby()
Open
DT[i,j,...]
groupby
improve
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
This relates to using an `i` filter which is an expression, while simultaneously supplying a groupby clause.
There are at least several cases to consider here: one where the expression contains no group columns or reduce operators; another where the filter expression contains only group columns and reduce operators; and lastly the mixed case.
Contributor guide
Assessment
This issue has not been assessed yet.