I'm trying to plot a histogram of dates from a pandas dataframe. I have had a look at this question Can Pandas plot a histogram of dates? and some others, and while this works it is plotting a bar chart instead of a histogram. Is there an easy way of plotting a histogram of dates or should I extract the year as numbers and plot a histogram of an array of numbers?
Thanks!