Draw a histogram of wait with 10 bins and return the counts as a list of ints:…

Matplotlib · from Distributions

ax.histbinsdensityax.boxplotax.violinplotnp.histogram

Putting the kettle on…

Starting up…

Exercise 1

Draw a histogram of wait with 10 bins and return the counts as a list of ints: [int(v) for v in n].

your answer
stuck? the lesson behind it
Distributions
What one column looks like before you average it