eland icon indicating copy to clipboard operation
eland copied to clipboard

Allow filtering on a GroupByDataFrame

Open sethmlarson opened this issue 5 years ago • 1 comments

Pretty sure pandas allows you to filter once you've called groupby(), we should as well.

sethmlarson avatar Oct 15 '20 15:10 sethmlarson

@sethmlarson

  • Pandas does this with a func parameter which accepts a function

  • Should we implement the same? If yes, Any inputs on how to apply function to the dataframe ?? I don't have any initial thoughts

Reference: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.core.groupby.DataFrameGroupBy.filter.html

V1NAY8 avatar Oct 29 '20 16:10 V1NAY8