vl.groupby(…groupby)
Group by fields for aggregate or window transforms.
groupby
Method Overviewgroupby
API Reference# groupby.aggregate(…values)
Specify and return an aggregate transform.
# groupby.density(…values)
Specify and return a density transform.
# groupby.join(…values)
Specify and return a join transform.
# groupby.joinaggregate(…values)
Specify and return a joinaggregate transform.
# groupby.loess(…values)
Specify and return a loess transform.
# groupby.pivot(…values)
Specify and return a pivot transform.
# groupby.quantile(…values)
Specify and return a quantile transform.
# groupby.regression(…values)
Specify and return a regression transform.
# groupby.window(…values)
Specify and return a window transform.