eland
eland copied to clipboard
Allow filtering on a GroupByDataFrame
Pretty sure pandas allows you to filter once you've called groupby(), we should as well.
@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