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