- df-group-by df group-keysprocedure
Groups df by one column (a single key) or several (a list of keys). Returns a grouped data frame: it responds to every ordinary data-frame operation above (df-row-count, df-keys, show, and so on) by delegating to the underlying, ungrouped data, the same way a grouped tibble in dplyr is still a data frame.