import hvplot.pandas # noqa. box plots are most useful when ... boxplot = df.hvplot.box(y='Time', by='Medal', height=400, width=400, legend=False) boxplot.
確定! 回上一頁