EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Groups the data by the unique values in the passed in columns. At the current time we do not support standalone groupings, you must always follow the groupby() call with a call to agg()
.
Name | Type | Description |
---|---|---|
columns | Union[str,List[str]] | DataFrame columns to group by, either as a string or a list. |