对NotesLen
列按照Lab Status
列分组分别绘制直方图。
se.hist(column='NotesLen', by='Lab Status')
同理,将plt.hist(column, by)
改为plt.boxplot(column, by)
即可画箱线图。
标签:Status,plt,Lab,column,dataframe,hist,直方图,一列
来源: https://blog.csdn.net/Caiqiudan/article/details/120396727