Plotting a histogram using Python in google.colab

后端 未结 0 806
时光说笑
时光说笑 2020-11-28 02:07

I am trying to plot a histogram of a column in a dataset using Python in google.colab. I use the code:

data[\'age\'].hist(bins=40)
ax.set_title(\'age\')
plt.t         


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