How to create histograms for each column variable of my data set?

前端 未结 0 857
温柔的废话
温柔的废话 2020-12-15 21:28

I want to make a histogram for each column of my data set, with the distribution of the answers

for i in range(0,len(df.columns)): plt.clf() plt.hist(df.loc[:,i

相关标签:
回答
  • 消灭零回复
提交回复
热议问题