Boxplot
The plot that is missing in the built-ins
b = Helper.Boxplot(df = df[['Hours', 'Breakfast']],
value = 'Hours', by = 'Breakfast')
p = b.boxplot()
show(p)
Last updated
The plot that is missing in the built-ins
b = Helper.Boxplot(df = df[['Hours', 'Breakfast']],
value = 'Hours', by = 'Breakfast')
p = b.boxplot()
show(p)
Last updated