Boxplot Groupby Pandas
boxplot = df.boxplot(column=['C1', 'C2'], by=['X', 'Y'])
Troubled Thrush
boxplot = df.boxplot(column=['C1', 'C2'], by=['X', 'Y'])