The reshaping is the chart

Matplotlib · from Plotting from pandas

df.plotax=kind=df.plot.barsubplots=Truegroupby().plot

Putting the kettle on…

Starting up…

Exercise 3

The reshaping is the chart. Return mean cups per item, sorted ascending and rounded to 1 decimal place, as a dict — the exact thing you'd hand to .plot.barh().

your answer
stuck? the lesson behind it
Plotting from pandas
df.plot() is a shortcut into matplotlib, not an alternative to it