datatable icon indicating copy to clipboard operation
datatable copied to clipboard

Implement Head_Func::evaluate_iby()

Open st-pasha opened this issue 7 years ago • 2 comments

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.

st-pasha avatar Jan 23 '19 18:01 st-pasha

Hi guys, really fantastic package. In case it helps for priorities, this is a critical feature for making the package usable.

e.g.: df[f.loan_amnt<1000, dt.sum(f.loan_amnt),by(f.grade)]

elliottash avatar Apr 30 '20 11:04 elliottash

Hi Team, any update on this functionality and when it will be implemented?

samukweku avatar Jun 28 '20 06:06 samukweku