-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
Milestone
Description
This can be done post 1.0, but I think we are ready to decide that GroupedDataFrame is a collection of SubDataFrames, so:
- we could add
filterto it (question just asked on Slack) - we could consider enabling broadcasting of
GroupedDataFrame- here the only decision would be if the result of such broadcasting operation should be aVectoror aGroupedDataFrame(both make sense in different contexts; I tend to prefer aVectorasmapalready gives an option withGroupedDataFrame).
akdor1154, pdeffebach and c42f