boxplot = df.boxplot(column=['Col1', 'Col2'], by='X',  # doctest: +SKIP
                     layout=(2, 1))
