StatsPlots & DataFrames: grouping by multiple columns

Someone kindly gave an answer on GitHub - the first argument needs to be the labels of the groups:

@df df boxplot(string.(tuple.(:a, :b)), :dat, group=(:a, :b))

1 Like